aboutsummaryrefslogtreecommitdiff
path: root/defaults.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-02 11:22:22 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-02 11:22:22 +1200
commit91b78cb1f60430a9f2e87c27af26c883f95de754 (patch)
tree23814bc764a8a1fa5d910974c5b6b3639411e5bd /defaults.h
parent139ee2e0ef4eb42fe0f17e7bf1bfedd7812d27a5 (diff)
downloadparamano-91b78cb1f60430a9f2e87c27af26c883f95de754.tar.xz
Done
Diffstat (limited to 'defaults.h')
-rw-r--r--defaults.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/defaults.h b/defaults.h
index b92859c..f1d4202 100644
--- a/defaults.h
+++ b/defaults.h
@@ -19,12 +19,13 @@
#ifndef DEFAULTS_H
#define DEFAULTS_H
-#include <glib.h>
+#include "bool.h"
char* _DEFAULT_GOV;
char* _DEFAULT_FREQ;
char* _DEFAULT_PROG;
char* _DEFAULT_BAT_GOV;
char* _DEFAULT_AC_GOV;
+bool _DEFAULT_USE_SUDO;
#endif /* ifndef DEFAULTS_H */