From 338c9716d12084f0f925f3217ec9abca44e49d7c Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Mon, 3 Sep 2012 05:59:18 +0200 Subject: sec: rename ipc_sec_change_locking_pw to ipc_sec_change_locking_pw_set --- include/sec.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/sec.h b/include/sec.h index 4f91d6d..e6535d4 100644 --- a/include/sec.h +++ b/include/sec.h @@ -114,7 +114,7 @@ struct ipc_sec_phone_lock_response { unsigned char status; /* 1: active, 0: not active */ } __attribute__((__packed__)); -struct ipc_sec_change_locking_pw { +struct ipc_sec_change_locking_pw_set { /* IPC_SEC_FACILITY_TYPE_... */ unsigned char facility; unsigned char length_old; @@ -160,6 +160,9 @@ void ipc_sec_pin_status_set_setup(struct ipc_sec_pin_status_set *message, void ipc_sec_lock_info_get_setup(struct ipc_sec_lock_info_get *message, unsigned char pin_type); +void ipc_sec_phone_lock_set_setup(struct ipc_sec_phone_lock_set *message, + int pin_type, int enable, char *passwd); + char* ipc_sec_rsim_access_response_get_file_data(struct ipc_message_info *response); #endif -- cgit v1.1