diff options
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 */ |
