summaryrefslogtreecommitdiff
path: root/buff.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-16 11:23:36 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-16 11:23:36 +0100
commitd3d5d96e6c17a4eaf409212b806e4d6a9d04f6c5 (patch)
treefc3030a0dd489770f960926a38e3f816d4408fd6 /buff.h
parent973479aa7fc254b887aed5fe6a57935648ee883c (diff)
exec halfaway throughHEADmaster
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__ */