db.h

Go to the documentation of this file.
00001 
00056 #ifndef I_CSCF_DB_H
00057 #define I_CSCF_DB_H
00058 
00059 #include "../../sr_module.h"
00060 #include "registration.h"
00061 
00062 int icscf_db_bind(char* db_url);
00063 int icscf_db_init(char* db_url,
00064     char* db_table_nds,
00065     char* db_table_scscf,
00066     char* db_table_capabilities);
00067 void icscf_db_close();
00068 
00069 int icscf_db_get_nds(str *d[]);
00070 int icscf_db_get_scscf(scscf_capabilities *cap[]);
00071 int icscf_db_get_capabilities(scscf_capabilities *cap[],int cap_cnt);
00072 
00073 #endif /* I_CSCF_DB_H */

Generated on Thu Oct 23 04:14:38 2008 for Open IMS Core CSCFs by  doxygen 1.5.2