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

Modified Files:
      Tag: v1-0
        ChangeLog app_addon_sql_mysql.c 
Log Message:
fix compilation issue (bug #3904)


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/Attic/ChangeLog,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- ChangeLog   1 Apr 2005 03:37:07 -0000       1.1.2.6
+++ ChangeLog   5 Apr 2005 10:35:11 -0000       1.1.2.7
@@ -1,4 +1,5 @@
  -- Fixed the makefile to respect the MAKE variable, instead of hardcoded 
"make"
+ -- Fixed a compilation issue with app_addon_sql_mysql.c
 Asterisk-addons 1.0.7
  -- No Changes
 Asterisk-addons 1.0.6

Index: app_addon_sql_mysql.c
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/app_addon_sql_mysql.c,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- app_addon_sql_mysql.c       17 Sep 2004 13:29:55 -0000      1.1
+++ app_addon_sql_mysql.c       5 Apr 2005 10:35:11 -0000       1.1.2.1
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <unistd.h>
 
-#include <mysql/mysql.h>
+#include <mysql.h>
 
 #define EXTRA_LOG 0
 
@@ -76,8 +76,6 @@
 
 AST_MUTEX_DEFINE_STATIC(_mysql_mutex);
 
-extern void pbx_builtin_setvar_helper(struct ast_channel *chan, char *name, 
char *value); 
-
 #define AST_MYSQL_ID_DUMMY   0
 #define AST_MYSQL_ID_CONNID  1
 #define AST_MYSQL_ID_RESID   2

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to