* 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
-Tue Dec 16 13:48:18 CST 2008
+Tue Dec 16 13:50:36 CST 2008
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);
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);