summaryrefslogtreecommitdiff
path: root/src/stt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stt.h')
-rw-r--r--src/stt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stt.h b/src/stt.h
new file mode 100644
index 0000000..6c9edeb
--- /dev/null
+++ b/src/stt.h
@@ -0,0 +1,6 @@
+#ifndef STT_H
+#define STT_H
+
+int speechToText(char []);
+
+#endif