home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / amiga / vim46src.lha / vim-4.6 / src / proto / help.pro < prev    next >
Encoding:
Text File  |  1997-03-12  |  196 b   |  5 lines

  1. /* help.c */
  2. void do_help __PARMS((char_u *arg));
  3. int help_heuristic __PARMS((char_u *matched_string, int offset));
  4. int find_help_tags __PARMS((char_u *arg, int *num_matches, char_u ***matches));
  5.