summaryrefslogtreecommitdiff
path: root/src/power_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/power_commands.h')
-rw-r--r--src/power_commands.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/power_commands.h b/src/power_commands.h
new file mode 100644
index 0000000..da5d979
--- /dev/null
+++ b/src/power_commands.h
@@ -0,0 +1,19 @@
+#ifndef POWER_H
+#define POWER_H
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+int com_power( char *arg );
+int com_power_policy( char* arg );
+
+
+#ifdef __cplusplus
+}
+#endif
+
+
+#endif // POWER_H