aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/parse.c b/src/parse.c
new file mode 100644
index 0000000..b4bb994
--- /dev/null
+++ b/src/parse.c
@@ -0,0 +1,6 @@
+#include "minishell.h"
+
+t_parsing *ms_parse(char *input)
+{
+ return NULL;
+}