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