aboutsummaryrefslogtreecommitdiffhomepage
path: root/print_help.h
blob: b57459b02a8e0f789cb8aca9d0f018c1ad2bfdc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/** \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( char *cmd, int fd );

#endif