summaryrefslogtreecommitdiff
path: root/C/final-project-z2h/include/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/final-project-z2h/include/file.h')
-rw-r--r--C/final-project-z2h/include/file.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/C/final-project-z2h/include/file.h b/C/final-project-z2h/include/file.h
new file mode 100644
index 0000000..73fd2a7
--- /dev/null
+++ b/C/final-project-z2h/include/file.h
@@ -0,0 +1,7 @@
+#ifndef FILE_H
+#define FILE_H
+
+int create_db_file(char *filename);
+int open_db_file(char *filename);
+
+#endif