Lots of warnings fixes and const correctness

This commit is contained in:
Peter Ammon
2012-01-14 03:41:50 -08:00
parent a359f45df2
commit f3e2d2f68f
9 changed files with 29 additions and 191 deletions

View File

@@ -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