summaryrefslogtreecommitdiff
path: root/include/lock-daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lock-daemon.h')
-rwxr-xr-xinclude/lock-daemon.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/lock-daemon.h b/include/lock-daemon.h
index 5a7cc7b..d43f3e6 100755
--- a/include/lock-daemon.h
+++ b/include/lock-daemon.h
@@ -1,9 +1,5 @@
/*
- * starter
- *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Seungtaek Chung <seungtaek.chung@samsung.com>, Mi-Ju Lee <miju52.lee@samsung.com>, Xi Zhichan <zhichan.xi@samsung.com>
+ * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -16,7 +12,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
*/
#ifndef __LOCK_DAEMON_H__
@@ -24,5 +19,7 @@
int start_lock_daemon(int launch_lock, int is_first_boot);
int lockd_get_lock_type(void);
+int lockd_get_hall_status(void);
+int lockd_get_lock_state(void);
#endif /* __LOCK_DAEMON_H__ */