summaryrefslogtreecommitdiffstats
path: root/src/libnetdata/os/system-maps/cache-host-users-and-groups.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnetdata/os/system-maps/cache-host-users-and-groups.h')
-rw-r--r--src/libnetdata/os/system-maps/cache-host-users-and-groups.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libnetdata/os/system-maps/cache-host-users-and-groups.h b/src/libnetdata/os/system-maps/cache-host-users-and-groups.h
new file mode 100644
index 000000000..7a84bcadf
--- /dev/null
+++ b/src/libnetdata/os/system-maps/cache-host-users-and-groups.h
@@ -0,0 +1,9 @@
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#ifndef NETDATA_CACHE_HOST_USERS_AND_GROUPS_H
+#define NETDATA_CACHE_HOST_USERS_AND_GROUPS_H
+
+void update_cached_host_users(void);
+void update_cached_host_groups(void);
+
+#endif //NETDATA_CACHE_HOST_USERS_AND_GROUPS_H