Parent Directory
|
Revision Log
fix missing file
1 | ben | 43 | #ifndef UTIL_H |
2 | #define UTIL_H | ||
3 | |||
4 | #include "type.h" | ||
5 | |||
6 | void quit(AppData* d); | ||
7 | void read_config (AppData* d); | ||
8 | void write_config (AppData* d); | ||
9 | |||
10 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.26 |