diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-29 17:04:38 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-29 17:04:38 +0800 |
| commit | a9ce750c420813b1e7dab5eb4e0340d107a34b20 (patch) | |
| tree | b0bab3f5247b3c3cf9cfb2e72dcc4da993c0772a /door_lock/cmd.h | |
| parent | 775d4a84f36d4d5d0700e9c44dfa4114a0cc022c (diff) | |
| download | smart-home-a9ce750c420813b1e7dab5eb4e0340d107a34b20.tar.gz | |
Delete the old door_lock directory.
Diffstat (limited to 'door_lock/cmd.h')
| -rw-r--r-- | door_lock/cmd.h | 13 |
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 */ |
