about summary refs log tree commit diff stats
path: root/src/LYrcFile.h
blob: 05bbc0dbb988adf8826e5f81f27259abcade32a8 (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 NOPARAMS;
extern int save_rc NOPARAMS;

#endif /* LYRCFILE_H */