diff options
Diffstat (limited to 'buff.h')
-rw-r--r-- | buff.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ int match(char **, char); int mark(char *c); int get_lineno(line_t*); void transfer_lines(int, char); +void exec_command(char*, FILE*); #endif /* __BUFF_H__ */ |