Files
lcdproc/shared/config.h
T

13 lines
161 B
C
Raw Normal View History

1999-12-09 23:15:14 +00:00
#ifndef CONFIG_H
#define CONFIG_H
// Read entire config file
int config_load_file(char *file);
// Save new options
int config_save_file(char *file);
#endif