removed binary - added convert function
[sound-tools/hdrec.git] / hdrec.h
1 /* hdrec.h */
2
3 #ifndef HDREC_H
4 #define HDREC_H
5
6 #define PLAY 1
7 #define RECORD 2
8 #define CONVERT 4
9
10 #define MAX_C_FILE 128
11 #define MAX_C_DEVICE 128
12
13 #endif /* HDREC_H */