Skip to content

Commit

Permalink
Add declaretion of addinitgroups and readdinitgroups.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Sep 30, 2004
1 parent 66b38fc commit 26235c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nscd/nscd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 26235c7

Please sign in to comment.