[Asterisk-cvs] asterisk/apps app_sql_postgres.c,1.9,1.10

markster at lists.digium.com markster at lists.digium.com
Sat Apr 16 03:59:27 CDT 2005


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

Modified Files:
	app_sql_postgres.c 
Log Message:
Remove useless declaration (bug #4040)


Index: app_sql_postgres.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_sql_postgres.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- app_sql_postgres.c	1 Jan 2005 21:26:37 -0000	1.9
+++ app_sql_postgres.c	16 Apr 2005 08:50:50 -0000	1.10
@@ -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