mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Lots of warnings fixes and const correctness
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user