fish/print_help.h
2012-11-18 11:23:22 +01:00

16 lines
235 B
C

/** \file print_help.h
Print help message for the specified command
*/
#ifndef FISH_PRINT_HELP_H
#define FISH_PRINT_HELP_H
/**
Print help message for the specified command
*/
void print_help( const char *cmd, int fd );
#endif