Codebase list fish / debian/2.1.1-1 print_help.h
debian/2.1.1-1

Tree @debian/2.1.1-1 (Download .tar.gz)

print_help.h @debian/2.1.1-1raw · history · blame

/** \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