Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
426e4a22
Commit
426e4a22
authored
Dec 15, 2008
by
Pekka Pessi
Browse files
test_nua.c: made usage static
darcs-hash:20081215164317-db55f-fc9936c44caf42a06fe92cdbda196f30f32524ed.gz
parent
d0b19fa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_nua.c
tests/test_nua.c
+1
-1
No files found.
tests/test_nua.c
View file @
426e4a22
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment