aboutsummaryrefslogtreecommitdiffhomepage
path: root/print_help.h
diff options
context:
space:
mode:
authorGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-01-14 03:41:50 -0800
committerGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-01-14 03:41:50 -0800
commitf3e2d2f68f14120e298fb1d50be89fa5e83c9222 (patch)
tree96ef9489858ca97b2c305e2e7e3267bce36f1687 /print_help.h
parenta359f45df219e6a3845870ca69b4116083d787f7 (diff)
Lots of warnings fixes and const correctness
Diffstat (limited to 'print_help.h')
-rw-r--r--print_help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/print_help.h b/print_help.h
index 570b43a6..1020ca75 100644
--- a/print_help.h
+++ b/print_help.h
@@ -10,6 +10,6 @@
Print help message for the specified command
*/
-void print_help( char *cmd, int fd );
+void print_help( const char *cmd, int fd );
#endif