From db78f4c750943fcd4b60bca5f3fdfd6cc5d3d4f8 Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Mon, 20 May 2013 17:23:27 +0200 Subject: Move nscd.c from tools to util Preparation for the following patch which will include the nscd.c in the monitor code due to newly introduced function for checking the nscd configuration file. --- src/tools/tools_util.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/tools/tools_util.h') diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h index 50f5a51f7..cc35475de 100644 --- a/src/tools/tools_util.h +++ b/src/tools/tools_util.h @@ -120,14 +120,6 @@ int remove_tree(const char *root); int copy_tree(const char *src_root, const char *dst_root, mode_t mode_root, uid_t uid, gid_t gid); -/* from nscd.c */ -enum nscd_db { - NSCD_DB_PASSWD, - NSCD_DB_GROUP -}; - -int flush_nscd_cache(enum nscd_db flush_db); - /* from selinux.c */ int selinux_file_context(const char *dst_name); int reset_selinux_file_context(void); -- cgit