diff options
Diffstat (limited to 'src/tools/tools_util.h')
-rw-r--r-- | src/tools/tools_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h index a83c8eea0..20a2a4af2 100644 --- a/src/tools/tools_util.h +++ b/src/tools/tools_util.h @@ -106,6 +106,8 @@ errno_t signal_sssd(int signum); errno_t sss_memcache_invalidate(const char *mc_filename); +errno_t sss_memcache_clear_all(void); + /* from files.c */ int remove_tree(const char *root); |