New function to find a group by its GID on the local database.

This commit is contained in:
nekral-guest
2008-02-03 16:51:08 +00:00
parent 7344e055be
commit be7c51d27a
3 changed files with 16 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
* lib/pwio.c, lib/pwio.h: New function to find an user by
its UID on the local database.
* lib/groupio.c, lib/groupio.h: New function to find a group by
its GID on the local database.
2008-02-02 Nicolas François <nicolas.francois@centraliens.net>