Skip to content

Commit ddc2381

Browse files
author
Dmitri Tikhonov
committed
tut: rename usage() to tut_usage()
1 parent 11916fb commit ddc2381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tut.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tut_packets_out (void *packets_out_ctx,
3232

3333

3434
static void
35-
usage (const char *argv0)
35+
tut_usage (const char *argv0)
3636
{
3737
const char *name;
3838

@@ -97,7 +97,7 @@ main (int argc, char **argv)
9797
}
9898
break;
9999
case 'h':
100-
usage(argv[0]);
100+
tut_usage(argv[0]);
101101
exit(EXIT_SUCCESS);
102102
break;
103103
default:

0 commit comments

Comments
 (0)