]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Thu Dec 11 11:30:29 CST 2008 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Tue, 16 Dec 2008 19:50:56 +0000 (19:50 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 16 Dec 2008 19:50:56 +0000 (19:50 +0000)
  * su/addrinfo.c, su/localinfo.c: made usage() static

  Make -Wmissing-prototypes happy.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10812 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/su/addrinfo.c
libs/sofia-sip/libsofia-sip-ua/su/localinfo.c

index 046bd10460f4f4bfc30fe3dee37b6914e6e85310..5635fa088039cb66000155a29044d819d752d848 100644 (file)
@@ -1 +1 @@
-Tue Dec 16 13:48:18 CST 2008
+Tue Dec 16 13:50:36 CST 2008
index daae610ba55ee5177eb97ac3c86da602806422dd..35e8fd67b7e0eecaca5f8bf15666b50d411cc1b6 100644 (file)
@@ -84,7 +84,7 @@ char const help[] =
 int getopt(int argc, char * const argv[], char const *opstring);
 extern int optind;
 
-void usage(void)
+static void usage(void)
 {
   fputs(help, stderr);
   exit(1);
index 6e046337aac0bf488cdaa2968c0ca07bf27919e6..87abf83094b83cb3d149e4d9d8e7e2d631414358 100644 (file)
@@ -110,7 +110,7 @@ char const help[] =
 int getopt(int argc, char * const argv[], char const *opstring);
 extern int optind;
 
-void usage(int returncode)
+static void usage(int returncode)
 {
   fputs(help, stderr);
   exit(returncode);