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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/door_lock/cmd.h b/door_lock/cmd.h
index c31f197..ec21ed6 100644
--- a/door_lock/cmd.h
+++ b/door_lock/cmd.h
@@ -6,8 +6,8 @@ enum command {
DOOR_UNLOCK
};
-int is_valid_cmd(const char *s, enum command c);
+int cmd_cmp(const char *s, enum command c);
-char * get_cmd_hash(enum command c);
+char * cmd_hash(enum command c);
#endif /* SA_CMD_H */