|
NAMEksql_alloc —
allocate a ksql database handle
LIBRARYlibrary “ksql”SYNOPSIS#include <sys/types.h>
#include <stdint.h>
#include <ksql.h>
struct ksql *
DESCRIPTIONThis function will soon be deprecated. See ksql_alloc_child(3) for the replacement.The If cfg is RETURN VALUESThis returns the allocated database handle orNULL if
memory allocations failed.
SEE ALSOksql_alloc_child(3), ksql_cfg_defaults(3), ksql_free(3)
Visit the GSP FreeBSD Man Page Interface. |