diff options
Diffstat (limited to 'defaults.h')
-rw-r--r-- | defaults.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,7 @@ #define DEFAULTS_H #include "bool.h" +#include <stdlib.h> char* _DEFAULT_GOV; char* _DEFAULT_FREQ; @@ -29,4 +30,7 @@ char* _DEFAULT_AC_GOV; bool _DEFAULT_SHOW_BATTERY; bool _DEFAULT_USE_SUDO; + +void defaults_init(); + #endif /* ifndef DEFAULTS_H */ |