View | Details | Raw Unified | Return to bug 253506 | Differences between
and this patch

Collapse All | Expand All

(-)src/readln.h (-1 / +1 lines)
Lines 29-35 Link Here
29
  char *doc;			/* Documentation for this function.  */
29
  char *doc;			/* Documentation for this function.  */
30
} COMMAND;
30
} COMMAND;
31
31
32
COMMAND *thecommandlist;
32
extern 	COMMAND *thecommandlist;
33
33
34
COMMAND *find_command(char *name, COMMAND *commands);
34
COMMAND *find_command(char *name, COMMAND *commands);
35
int execute_line (char *line, COMMAND *commands);
35
int execute_line (char *line, COMMAND *commands);

Return to bug 253506