From 22e50a6e8d585072bd16753cf7d581419e06194d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 25 Feb 2020 12:43:48 -0500 Subject: Implement prompt_user flag --- include/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/conf.h') diff --git a/include/conf.h b/include/conf.h index e1ab93a..80ba457 100644 --- a/include/conf.h +++ b/include/conf.h @@ -30,6 +30,7 @@ typedef struct { char *user_config_basedir; char *user_config_file; int verbose; + int prompt_user; ConfigItem **config; struct utsname sysinfo; SPM_Hierarchy fs; -- cgit