summaryrefslogtreecommitdiffstats
path: root/src/tools/tools_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tools_util.h')
-rw-r--r--src/tools/tools_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tools_util.h b/src/tools/tools_util.h
index 87fe752ea..c5990b012 100644
--- a/src/tools/tools_util.h
+++ b/src/tools/tools_util.h
@@ -123,7 +123,5 @@ int copy_tree(const char *src_root, const char *dst_root,
/* from selinux.c */
int selinux_file_context(const char *dst_name);
int reset_selinux_file_context(void);
-int set_seuser(const char *login_name, const char *seuser_name);
-int del_seuser(const char *login_name);
#endif /* __TOOLS_UTIL_H__ */