summaryrefslogtreecommitdiffstats
path: root/door_lock/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'door_lock/cmd.h')
-rw-r--r--door_lock/cmd.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/door_lock/cmd.h b/door_lock/cmd.h
deleted file mode 100644
index ec21ed6..0000000
--- a/door_lock/cmd.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef SA_CMD_H
-#define SA_CMD_H
-
-enum command {
- DOOR_LOCK,
- DOOR_UNLOCK
-};
-
-int cmd_cmp(const char *s, enum command c);
-
-char * cmd_hash(enum command c);
-
-#endif /* SA_CMD_H */