[asterisk-commits] branch bweschke/findme_followme r31612 - /team/bweschke/findme_followme/apps/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jun 1 19:44:40 MST 2006


Author: russell
Date: Thu Jun  1 21:44:39 2006
New Revision: 31612

URL: http://svn.digium.com/view/asterisk?rev=31612&view=rev
Log:
fix some build warnings for bweschke

Modified:
    team/bweschke/findme_followme/apps/app_followme.c

Modified: team/bweschke/findme_followme/apps/app_followme.c
URL: http://svn.digium.com/view/asterisk/team/bweschke/findme_followme/apps/app_followme.c?rev=31612&r1=31611&r2=31612&view=diff
==============================================================================
--- team/bweschke/findme_followme/apps/app_followme.c (original)
+++ team/bweschke/findme_followme/apps/app_followme.c Thu Jun  1 21:44:39 2006
@@ -953,7 +953,7 @@
 		return -1;
 }
 
-static char *description(void)
+static const char *description(void)
 {
 	return "Find-Me/Follow-Me Application";
 }
@@ -964,7 +964,7 @@
 	return 0;	
 }
 
-static char *key(void)
+static const char *key(void)
 {
 	return ASTERISK_GPL_KEY;
 }



More information about the asterisk-commits mailing list