From 511deab4f22a6c25f33cce1e206b656d520ab7e6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 28 Feb 2020 01:06:35 -0500 Subject: Improvements: * Refactored a few function names * Can read package metadata * Can delete packages * Can download! and install packages at the same time * Can prompt the user before proceeding --- include/user_input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/user_input.h') diff --git a/include/user_input.h b/include/user_input.h index 4e051ed..61d56ee 100644 --- a/include/user_input.h +++ b/include/user_input.h @@ -2,6 +2,7 @@ #define SPM_USER_INPUT_H int spm_user_yesno(int answer, int empty_input_is_yes); +int spm_prompt_user(const char *msg, int empty_input_is_yes); void spm_user_yesno_test(); #endif //SPM_USER_INPUT_H -- cgit