blob: 5a30c1c66c8137f666efc22fa8d4f1f98aa88ff4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef LYRCFILE_H
#define LYRCFILE_H
#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#endif /* LYSTRUCTS_H */
extern void read_rc PARAMS((FILE *));
extern int save_rc PARAMS((FILE *));
#endif /* LYRCFILE_H */
|