aboutsummaryrefslogtreecommitdiffstats
path: root/src/ckutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ckutil.h')
-rw-r--r--src/ckutil.h3
1 files changed, 3 insertions, 0 deletions
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