[Asterisk-cvs] asterisk/apps app_sql_postgres.c,1.7,1.7.2.1

russell at lists.digium.com russell at lists.digium.com
Wed May 11 22:27:32 CDT 2005


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

Modified Files:
      Tag: v1-0
	app_sql_postgres.c 
Log Message:
remove unnecessary declaration (bug #4040)


Index: app_sql_postgres.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_sql_postgres.c,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- app_sql_postgres.c	14 Jul 2004 07:34:34 -0000	1.7
+++ app_sql_postgres.c	12 May 2005 02:33:33 -0000	1.7.2.1
@@ -106,8 +106,6 @@
 
 LOCAL_USER_DECL;
 
-extern void pbx_builtin_setvar_helper(struct ast_channel *chan, char *name, char *value); 
-
 #define AST_PGSQL_ID_DUMMY 0
 #define AST_PGSQL_ID_CONNID 1
 #define AST_PGSQL_ID_RESID 2




More information about the svn-commits mailing list