summaryrefslogtreecommitdiff
path: root/stt.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 /stt.h
initial working build
Diffstat (limited to 'stt.h')
-rw-r--r--stt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/stt.h b/stt.h
new file mode 100644
index 0000000..6c9edeb
--- /dev/null
+++ b/stt.h
@@ -0,0 +1,6 @@
+#ifndef STT_H
+#define STT_H
+
+int speechToText(char []);
+
+#endif