forked from kentavv/Albert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelp.h
More file actions
17 lines (14 loc) · 672 Bytes
/
Help.h
File metadata and controls
17 lines (14 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _HELP_H_
#define _HELP_H_
/*******************************************************************/
/*** FILE : Help.h ***/
/*** AUTHOR: Sekhar Muddana ***/
/*** MODIFIED: David Lee (8/20/92) - Added help for change ***/
/*** command. ***/
/*** Trent Whiteley (8/20/93) - rewrote the help ***/
/*** messages ***/
/*******************************************************************/
void initHelp(void);
int Help(char topic[]);
void more(int *lines);
#endif