summaryrefslogtreecommitdiff
path: root/record.h
diff options
context:
space:
mode:
authorAditya Naik2016-07-11 12:59:40 -0400
committerAditya Naik2016-07-11 12:59:40 -0400
commita1283e03cdc44da6e1cd312c3ddc4db0dbdaf7a7 (patch)
tree9fe5373177e473f56b02d3d4ba1a8a45c4be4275 /record.h
initial working build
Diffstat (limited to 'record.h')
-rw-r--r--record.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/record.h b/record.h
new file mode 100644
index 0000000..a5f12e4
--- /dev/null
+++ b/record.h
@@ -0,0 +1,9 @@
+#ifndef RECORD_H
+#define RECORD_H
+
+
+/* function that records stuff*/
+
+int record();
+
+#endif