128 long filenames allowed
[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
9 #define MAX_C_FILE 128
10 #define MAX_C_DEVICE 128
11
12 #endif /* HDREC_H */