Mon Dec 15 10:43:17 CST 2008 Pekka Pessi <first.last@nokia.com>

* test_nua.c: made usage static



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11763 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-02-11 15:57:41 +00:00
parent 9adbdfbd54
commit 73e167fb85
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ static char const options_usage[] =
" -k do not exit after first error\n"
;
void usage(int exitcode)
static void usage(int exitcode)
{
fprintf(stderr, "usage: %s OPTIONS\n where OPTIONS are\n%s",
name, options_usage);