diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-10-28 11:41:49 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-10-28 11:41:49 +0200 |
commit | 8ad6cfa33d6a37605599be5673c4acecc7eca5af (patch) | |
tree | 5f5d1e5263ba769efdab4d95fbdc28a5808afb76 /src/ckutil.h | |
parent | de394e24d0dae3ff879295ab4574d2071c92b77d (diff) | |
download | ck-8ad6cfa33d6a37605599be5673c4acecc7eca5af.tar.gz ck-8ad6cfa33d6a37605599be5673c4acecc7eca5af.tar.bz2 ck-8ad6cfa33d6a37605599be5673c4acecc7eca5af.zip |
Add root attribute in list, finish manpage
Diffstat (limited to 'src/ckutil.h')
-rw-r--r-- | src/ckutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |