diff options
author | DJ Delorie <dj@redhat.com> | 2020-02-19 12:31:09 -0500 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2020-03-13 16:43:19 -0400 |
commit | dcf46d3fe5ad8e93f25ad90771484aa22c2ca4fc (patch) | |
tree | 7384d2a94cdb28261ca76c53a49cea034067ef93 /nscd/nscd.h | |
parent | 2de7fe62534b7a6461c633114f03e9dff394f5f7 (diff) | |
download | glibc-dcf46d3fe5ad8e93f25ad90771484aa22c2ca4fc.zip glibc-dcf46d3fe5ad8e93f25ad90771484aa22c2ca4fc.tar.gz glibc-dcf46d3fe5ad8e93f25ad90771484aa22c2ca4fc.tar.bz2 |
nscd: add cache dumper
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 5f6327c..11ab27f 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. */ |