tests: wayland requsets do not allow a null argument.
[platform/core/uifw/libds-tizen.git] / src / security.h
1 #ifndef DS_TIZEN_SECURITY_H
2 #define DS_TIZEN_SECURITY_H
3
4 #include <unistd.h>
5
6 bool
7 tizen_security_init(void);
8
9 void
10 tizen_security_finish(void);
11
12 bool
13 tizen_security_check_privilege(pid_t pid, uid_t uid, const char *privilege);
14
15 #endif