diff options
Diffstat (limited to 'src/record.h')
| -rw-r--r-- | src/record.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/record.h b/src/record.h new file mode 100644 index 0000000..a5f12e4 --- /dev/null +++ b/src/record.h @@ -0,0 +1,9 @@ +#ifndef RECORD_H +#define RECORD_H + + +/* function that records stuff*/ + +int record(); + +#endif |
