summaryrefslogtreecommitdiff
path: root/src/record.h
blob: a5f12e476a8cc51c316a5c429d7dd260173f77c3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef RECORD_H
#define RECORD_H


/* function that records stuff*/

int record();

#endif