diff options
Diffstat (limited to 'nscd/nscd.h')
-rw-r--r-- | nscd/nscd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/nscd.h b/nscd/nscd.h index 5f6327c192..11ab27fb54 100644 --- a/nscd/nscd.h +++ b/nscd/nscd.h @@ -364,6 +364,8 @@ extern void gc (struct database_dyn *db); /* nscd_setup_thread.c */ extern int setup_thread (struct database_dyn *db); +/* cachedumper.c */ +extern void nscd_print_cache (const char *name); /* Special version of TEMP_FAILURE_RETRY for functions returning error values. */ |