summaryrefslogtreecommitdiffstats
path: root/door_lock/cmd.h
blob: de9d4b036acd01e32c5d28a65a45437d9f5bd1ea (plain)
1
2
3
4
5
6
7
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 */