blob: e13e5427a94440b0e5fa9b904509c6df472f37cb (
plain)
1
2
3
4
5
|
/* $OpenBSD: help.pro,v 1.1 1996/09/07 21:40:29 downsj Exp $ */
/* help.c */
void do_help __PARMS((char_u *arg));
int help_heuristic __PARMS((char_u *matched_string, int offset));
int find_help_tags __PARMS((char_u *arg, int *num_matches, char_u ***matches));
|