aboutsummaryrefslogtreecommitdiff
path: root/include/user_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user_input.h')
-rw-r--r--include/user_input.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/user_input.h b/include/user_input.h
new file mode 100644
index 0000000..4e051ed
--- /dev/null
+++ b/include/user_input.h
@@ -0,0 +1,7 @@
+#ifndef SPM_USER_INPUT_H
+#define SPM_USER_INPUT_H
+
+int spm_user_yesno(int answer, int empty_input_is_yes);
+void spm_user_yesno_test();
+
+#endif //SPM_USER_INPUT_H