From ebb18daf223b7c8bcf226d17b87bfa0cc9b3c112 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 5 Oct 2004 06:46:11 +0000 Subject: Major changes to res_config to support centralized config, eliminate configuration of res_config_odbc, update config examples, integrate with iax2, remove mysql friends from iax2, put on flame retardant vest... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3914 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/res_odbc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/res_odbc.h') diff --git a/include/asterisk/res_odbc.h b/include/asterisk/res_odbc.h index 1a68acb98..9b0f71abe 100755 --- a/include/asterisk/res_odbc.h +++ b/include/asterisk/res_odbc.h @@ -45,7 +45,7 @@ odbc_status odbc_obj_connect(odbc_obj *obj); 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(char *name); +odbc_obj *fetch_odbc_obj(const char *name); int odbc_dump_fd(int fd,odbc_obj *obj); #endif -- cgit v1.2.3