summaryrefslogtreecommitdiff
path: root/buff.h
diff options
context:
space:
mode:
Diffstat (limited to 'buff.h')
-rw-r--r--buff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/buff.h b/buff.h
index 257db0c..2ad6e6b 100644
--- a/buff.h
+++ b/buff.h
@@ -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__ */