Renaming function 'tzplatform_isadmin'
[platform/core/system/tizen-platform-wrapper.git] / src / isadmin.h
index 835f913..25ebd75 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
  * If you pass the -1 value to this function it will take the current uid given
  * by the POSIX function getuid();
 */
-int _is_admin_static_(uid_t uid);
+int _has_system_group_static_(uid_t uid);
 
 #ifdef __cplusplus
 }