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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/power_commands.h b/src/power_commands.h
new file mode 100644
index 0000000..8bd6bf4
--- /dev/null
+++ b/src/power_commands.h
@@ -0,0 +1,8 @@
+#ifndef POWER_H
+#define POWER_H
+
+
+
+int com_power( char *arg );
+
+#endif // POWER_H