Add declaretion of addinitgroups and readdinitgroups.
authorUlrich Drepper <drepper@redhat.com>
Thu, 30 Sep 2004 07:15:40 +0000 (07:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 30 Sep 2004 07:15:40 +0000 (07:15 +0000)
nscd/nscd.h

index 01c8ca1..3a9660d 100644 (file)
@@ -199,6 +199,13 @@ extern void addhstai (struct database_dyn *db, int fd, request_header *req,
 extern void readdhstai (struct database_dyn *db, struct hashentry *he,
                        struct datahead *dh);
 
+
+/* initgrcache.c */
+extern void addinitgroups (struct database_dyn *db, int fd,
+                          request_header *req, void *key, uid_t uid);
+extern void readdinitgroups (struct database_dyn *db, struct hashentry *he,
+                            struct datahead *dh);
+
 /* mem.c */
 extern void *mempool_alloc (struct database_dyn *db, size_t len);
 extern void gc (struct database_dyn *db);