about summary refs log blame commit diff stats
path: root/src/LYrcFile.h
blob: 5a30c1c66c8137f666efc22fa8d4f1f98aa88ff4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                   
                      

                        

                                     


                       
#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 */