From a9ce750c420813b1e7dab5eb4e0340d107a34b20 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 29 Apr 2025 17:04:38 +0800 Subject: Delete the old door_lock directory. --- door_lock/cmd.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 door_lock/cmd.h (limited to 'door_lock/cmd.h') 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 */ -- cgit v1.2.3