Mon Nov 6 06:42:43 2006

Asterisk developer's documentation


astdb.h File Reference

Persistant data storage (akin to *doze registry). More...

Go to the source code of this file.

Data Structures

struct  ast_db_entry

Functions

int ast_db_del (const char *family, const char *key)
int ast_db_deltree (const char *family, const char *keytree)
void ast_db_freetree (struct ast_db_entry *entry)
int ast_db_get (const char *family, const char *key, char *out, int outlen)
ast_db_entryast_db_gettree (const char *family, const char *keytree)
int ast_db_put (const char *family, const char *key, char *value)


Detailed Description

Persistant data storage (akin to *doze registry).

Definition in file astdb.h.


Generated on Mon Nov 6 06:42:43 2006 for Asterisk - the Open Source PBX by  doxygen 1.5.1