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:
parent
9adbdfbd54
commit
73e167fb85
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue