1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/idcache
Jim Meyering dc9484f546 New file: lib/idcache.h
* NEWS: Mention the addition.
* modules/idcache (Files): Add lib/idcache.h
* lib/idcache.c: Include "idcache.h".
Don't include <sys/types.h>.
Add a FIXME comment.
Move file-scoped "static" declarations to the top.
* lib/idcache.h: New file.  Include <sys/types.h> here, instead.
2007-08-18 07:16:52 +00:00

25 lines
260 B
Plaintext

Description:
Username <--> uid and groupname <--> gid conversions, with cache for speed.
Files:
lib/idcache.c
lib/idcache.h
m4/idcache.m4
Depends-on:
flexmember
xalloc
configure.ac:
gl_IDCACHE
Makefile.am:
Include:
License:
GPL
Maintainer:
Jim Meyering