summaryrefslogtreecommitdiff
path: root/gnulib/lib/idcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/lib/idcache.h')
m---------gnulib0
-rw-r--r--gnulib/lib/idcache.h11
2 files changed, 11 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/lib/idcache.h b/gnulib/lib/idcache.h
new file mode 100644
index 0000000..e7573b8
--- /dev/null
+++ b/gnulib/lib/idcache.h
@@ -0,0 +1,11 @@
+#ifndef IDCACHE_H
+# define IDCACHE_H 1
+
+# include <sys/types.h>
+
+extern char *getuser (uid_t uid);
+extern char *getgroup (gid_t gid);
+extern uid_t *getuidbyname (const char *user);
+extern gid_t *getgidbyname (const char *group);
+
+#endif