aboutsummaryrefslogtreecommitdiff
path: root/miniDB/db_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'miniDB/db_commands.h')
-rw-r--r--miniDB/db_commands.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/miniDB/db_commands.h b/miniDB/db_commands.h
new file mode 100644
index 0000000..3e9ec79
--- /dev/null
+++ b/miniDB/db_commands.h
@@ -0,0 +1,12 @@
+#ifndef DB_COMMANDS_H
+#define DB_COMMANDS_H
+
+#include "HashMap.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdlib.h>
+
+void parse(char *input, char *tokens[], int max_tokens);
+int db_commands(struct hashTable *self, FILE *fh, char *fileName);
+
+#endif \ No newline at end of file