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:16:04 +0100
commit2bb2eadf2b1b7854f430e37689b3e7a25bedfebd (patch)
tree9191e7e9593208aeb4fde154cc26b220c5bf46e4 /src/tools/tools_util.h
parent543676afec3c08fdc0a5a794976adc8dfdca974b (diff)
downloadsssd-2bb2eadf2b1b7854f430e37689b3e7a25bedfebd.tar.gz
sssd-2bb2eadf2b1b7854f430e37689b3e7a25bedfebd.tar.xz
sssd-2bb2eadf2b1b7854f430e37689b3e7a25bedfebd.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);