summaryrefslogtreecommitdiffstats
path: root/src/tools/tools_util.h
diff options
context:
space:
mode:
authorMichal Zidek <mzidek@redhat.com>2012-10-26 17:36:51 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-11-06 21:24:18 +0100
commit5638b9f27d7952e87b522e1a9330316a94139b9c (patch)
tree7e6a782ad4f8a60461116c7cd1af19bba1b4ca4a /src/tools/tools_util.h
parent28321c65b94f29956792a9fc7eaab60d3a4b5f21 (diff)
downloadsssd-5638b9f27d7952e87b522e1a9330316a94139b9c.tar.gz
sssd-5638b9f27d7952e87b522e1a9330316a94139b9c.tar.xz
sssd-5638b9f27d7952e87b522e1a9330316a94139b9c.zip
sss_cache: Remove fastcache even if sssd is not running.
https://fedorahosted.org/sssd/ticket/1584
Diffstat (limited to 'src/tools/tools_util.h')
-rw-r--r--src/tools/tools_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h
index 1be17e8ea..a83c8eea0 100644
--- a/src/tools/tools_util.h
+++ b/src/tools/tools_util.h
@@ -104,6 +104,8 @@ int run_userdel_cmd(struct tools_ctx *tctx);
errno_t signal_sssd(int signum);
+errno_t sss_memcache_invalidate(const char *mc_filename);
+
/* from files.c */
int remove_tree(const char *root);