summaryrefslogtreecommitdiffstats
path: root/src/h_bash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/h_bash.h')
-rw-r--r--src/h_bash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/h_bash.h b/src/h_bash.h
index d92a493..7d7e7a6 100644
--- a/src/h_bash.h
+++ b/src/h_bash.h
@@ -9,7 +9,6 @@
enum pipe_t { PARENT_IN, PARENT_OUT };
/* h_bash.c */
-void bash_open(char *shell);
void bash_destroy(void);
void bash_exec(buffer_t *buf, char *str);
void bash_wait(buffer_t *buf, char *str);