e087f6d4
af9be28b ^
4525eb4b ^
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 */