[Asterisk-cvs] asterisk/include/asterisk res_odbc.h,1.3,1.4

markster at lists.digium.com markster at lists.digium.com
Thu Feb 17 10:31:56 CST 2005


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv26735/include/asterisk

Modified Files:
	res_odbc.h 
Log Message:
Merge anthm's ODBC sanity check fix (bug #3529)


Index: res_odbc.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/res_odbc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- res_odbc.h	21 Jan 2005 07:06:25 -0000	1.3
+++ res_odbc.h	17 Feb 2005 16:31:08 -0000	1.4
@@ -45,7 +45,9 @@
 odbc_status odbc_obj_disconnect(odbc_obj *obj);
 void destroy_obdc_obj(odbc_obj **obj);
 int register_odbc_obj(char *name,odbc_obj *obj);
-odbc_obj *fetch_odbc_obj(const char *name);
+odbc_obj *fetch_odbc_obj(const char *name, int check);
 int odbc_dump_fd(int fd,odbc_obj *obj);
-
+int odbc_sanity_check(odbc_obj *obj);
+int odbc_smart_execute(odbc_obj *obj, SQLHSTMT stmt);
+int odbc_smart_direct_execute(odbc_obj *obj, SQLHSTMT stmt, char *sql);
 #endif




More information about the svn-commits mailing list