aboutsummaryrefslogtreecommitdiff
path: root/defaults.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 14:08:33 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:29:40 +1200
commit8e6c8cd0ad292386f1de8b22a9db060c11e5bbe6 (patch)
treea5abf5952a5794931dca6b77b28eaed4dce997a1 /defaults.h
parentc537b4cc6d0bf2cedcb95848328e902c5be50ace (diff)
downloadparamano-8e6c8cd0ad292386f1de8b22a9db060c11e5bbe6.tar.xz
Fixed auto governor change bug
Diffstat (limited to 'defaults.h')
-rw-r--r--defaults.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/defaults.h b/defaults.h
index d1565d2..f79fc9a 100644
--- a/defaults.h
+++ b/defaults.h
@@ -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 */