summaryrefslogtreecommitdiffstats
path: root/src/tools/tools_util.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-01-15 12:35:58 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 20:55:50 +0100
commit7435bbb00feef2dde93532e62e40baa694348532 (patch)
tree6380c0768854a1673223e3ab3269f8ae7ed25464 /src/tools/tools_util.h
parent53aefebdca2ec9151aff87ae21ee4203eaa9a03a (diff)
downloadsssd-7435bbb00feef2dde93532e62e40baa694348532.tar.gz
sssd-7435bbb00feef2dde93532e62e40baa694348532.tar.xz
sssd-7435bbb00feef2dde93532e62e40baa694348532.zip
TOOLS: Provide a convenience function to refresh a list of groups
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 0ca52efdf..3554a182d 100644
--- a/src/tools/tools_util.h
+++ b/src/tools/tools_util.h
@@ -111,6 +111,7 @@ errno_t sss_memcache_clear_all(void);
errno_t sss_mc_refresh_user(const char *username);
errno_t sss_mc_refresh_group(const char *groupname);
+errno_t sss_mc_refresh_grouplist(char **groupnames);
/* from files.c */
int remove_tree(const char *root);