diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-06 12:22:12 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-06 12:22:12 +0800 |
| commit | bb2e665a5be55d479e45b7ed8672a0219a336760 (patch) | |
| tree | f3c424b667b9584541c31008ca6907ef60fe38ae /door_lock/cmd.h | |
| parent | 50381c06244e944390de382f6bdd85cc8b9a3332 (diff) | |
| download | smart-home-bb2e665a5be55d479e45b7ed8672a0219a336760.tar.gz | |
Move crypt code to separate file.
Diffstat (limited to 'door_lock/cmd.h')
| -rw-r--r-- | door_lock/cmd.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/door_lock/cmd.h b/door_lock/cmd.h new file mode 100644 index 0000000..de9d4b0 --- /dev/null +++ b/door_lock/cmd.h @@ -0,0 +1,8 @@ +#ifndef SA_CMD_H +#define SA_CMD_H + +int is_ulock_cmd(const char *s); + +char * get_encrypted_ulock_cmd(void); + +#endif /* SA_CMD_H */ |
