diff options
Diffstat (limited to 'nscd/nscd.h')
-rw-r--r-- | nscd/nscd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nscd/nscd.h b/nscd/nscd.h index 889588cd9a..910fba33be 100644 --- a/nscd/nscd.h +++ b/nscd/nscd.h @@ -195,4 +195,8 @@ extern void readdhstbyaddrv6 (struct database_dyn *db, struct hashentry *he, extern void *mempool_alloc (struct database_dyn *db, size_t len); extern void gc (struct database_dyn *db); + +/* nscd_setup_thread.c */ +extern void setup_thread (struct database_dyn *db); + #endif /* nscd.h */ |