summaryrefslogtreecommitdiffstats
path: root/src/tools/tools_util.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2016-06-14 12:19:46 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-06-27 16:34:58 +0200
commitaea1d5c0ca9bb1470759b024c8b97b6c1f577193 (patch)
tree7ae8a53d37a380ffd8328fde3aac09568da66c96 /src/tools/tools_util.h
parente98ccef2609811186711b79d8ef5d0a4450ab6e0 (diff)
downloadsssd-aea1d5c0ca9bb1470759b024c8b97b6c1f577193.tar.gz
sssd-aea1d5c0ca9bb1470759b024c8b97b6c1f577193.tar.xz
sssd-aea1d5c0ca9bb1470759b024c8b97b6c1f577193.zip
sss_tools: add test if sssd is running
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/tools/tools_util.h')
-rw-r--r--src/tools/tools_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h
index f914e9a73..93bc621fa 100644
--- a/src/tools/tools_util.h
+++ b/src/tools/tools_util.h
@@ -102,7 +102,7 @@ int remove_homedir(TALLOC_CTX *mem_ctx,
int run_userdel_cmd(struct tools_ctx *tctx);
-errno_t signal_sssd(int signum);
+errno_t sss_signal(int signum);
/* tools_mc_util.c */
errno_t sss_memcache_invalidate(const char *mc_filename);