diff options
| author | Aditya Naik | 2016-09-12 15:50:46 -0400 |
|---|---|---|
| committer | Aditya Naik | 2016-09-12 15:50:46 -0400 |
| commit | 4187ab547bd514dbe155678ca9f9446e32bab5cb (patch) | |
| tree | 38a8b9794d0946971b3600a60792dc40dadffe59 | |
| parent | 090b9552c176a76fd0081ad6c1763e8598a4c438 (diff) | |
changed header files
| -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 |
