diff options
| -rw-r--r-- | record.h | 9 | ||||
| -rw-r--r-- | stt.h | 6 |
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 @@ -1,6 +0,0 @@ -#ifndef STT_H -#define STT_H - -int speechToText(char []); - -#endif |
