summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Naik2016-09-12 15:50:46 -0400
committerAditya Naik2016-09-12 15:50:46 -0400
commit4187ab547bd514dbe155678ca9f9446e32bab5cb (patch)
tree38a8b9794d0946971b3600a60792dc40dadffe59
parent090b9552c176a76fd0081ad6c1763e8598a4c438 (diff)
changed header files
-rw-r--r--record.h9
-rw-r--r--stt.h6
2 files changed, 0 insertions, 15 deletions
diff --git a/record.h b/record.h
deleted file mode 100644
index a5f12e4..0000000
--- a/record.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef RECORD_H
-#define RECORD_H
-
-
-/* function that records stuff*/
-
-int record();
-
-#endif
diff --git a/stt.h b/stt.h
deleted file mode 100644
index 6c9edeb..0000000
--- a/stt.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef STT_H
-#define STT_H
-
-int speechToText(char []);
-
-#endif