summaryrefslogtreecommitdiffstats
path: root/src/libnetdata/os/system-maps/cache-host-users-and-groups.h
blob: 7a84bcadffa32daa3be1627a22ba2472145a6fb0 (plain)
1
2
3
4
5
6
7
8
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