From 6a43f7bfdfdb693e877943490abd5839a630ad9d Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 13 Nov 2018 13:22:53 +0200 Subject: Fixed homedir with restore and updated delete --- src/ckutil.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ckutil.h') diff --git a/src/ckutil.h b/src/ckutil.h index 1a8c162..3003a45 100644 --- a/src/ckutil.h +++ b/src/ckutil.h @@ -96,4 +96,7 @@ extern int util_symlink_file(const char *path, const char* dest); extern int util_own_grp_copy(const char *new, const char* old); extern int util_is_link_owned_by_root(const char *link); + +/* yes is 1, no is 0 */ +extern int y_or_n_prompt(); #endif // CKUTIL_H -- cgit v1.2.3