From 8ad6cfa33d6a37605599be5673c4acecc7eca5af Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 28 Oct 2018 11:41:49 +0200 Subject: Add root attribute in list, finish manpage --- src/ckutil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ckutil.h') diff --git a/src/ckutil.h b/src/ckutil.h index d653116..9f3cb39 100644 --- a/src/ckutil.h +++ b/src/ckutil.h @@ -93,4 +93,6 @@ extern int util_symlink_file(const char *path, const char* dest); /* Chnage owner and group of `new` and make it like `old`*/ extern int util_own_grp_copy(const char *new, const char* old); + +extern int util_is_link_owned_by_root(const char *link); #endif // CKUTIL_H -- cgit v1.2.3