source:
npl/mediabox/lcdproc_edwin/src/shared/config.h
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 161 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #ifndef CONFIG_H |
2 | #define CONFIG_H | |
3 | ||
4 | ||
5 | // Read entire config file | |
6 | int config_load_file(char *file); | |
7 | ||
8 | // Save new options | |
9 | int config_save_file(char *file); | |
10 | ||
11 | ||
12 | #endif |
Note: See TracBrowser
for help on using the repository browser.