Adding signature checking
[platform/core/system/tizen-platform-wrapper.git] / src / passwd.h
index 23352fe..f9de75c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Intel Corporation.
+ * Copyright (C) 2013-2014 Intel Corporation.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -34,6 +34,7 @@ struct pwget {
 int pw_get( struct heap *heap, struct pwget **items);
 int pw_get_uid( const char *name, uid_t *uid);
 int pw_get_gid( const char *name, gid_t *gid);
+int pw_has_uid( uid_t uid);
 
 #endif