summaryrefslogtreecommitdiff
path: root/src/tools/tools_util.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-01-15 09:20:47 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 20:16:04 +0100
commit82dc11348718bf8e2ff07da696f91f6703293c24 (patch)
tree38fd40307e32d08394d21ac6bf9b4831687e52bf /src/tools/tools_util.h
parentd3957d8243a3425375728a3c77edcf722290bad9 (diff)
downloadsssd-82dc11348718bf8e2ff07da696f91f6703293c24.tar.gz
sssd-82dc11348718bf8e2ff07da696f91f6703293c24.tar.bz2
sssd-82dc11348718bf8e2ff07da696f91f6703293c24.zip
TOOLS: move memcache related functions to tools_mc_utils.c
The upcoming patches will link only users of this file with client libs, so it's better to have it separate. There is no functional change in this patch
Diffstat (limited to 'src/tools/tools_util.h')
-rw-r--r--src/tools/tools_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h
index 20a2a4af..aa55bfaf 100644
--- a/src/tools/tools_util.h
+++ b/src/tools/tools_util.h
@@ -104,6 +104,7 @@ int run_userdel_cmd(struct tools_ctx *tctx);
errno_t signal_sssd(int signum);
+/* tools_mc_util.c */
errno_t sss_memcache_invalidate(const char *mc_filename);
errno_t sss_memcache_clear_all(void);