diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-25 12:43:48 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-25 12:43:48 -0500 |
commit | 22e50a6e8d585072bd16753cf7d581419e06194d (patch) | |
tree | 954a2a66c68a263dd726c0945aba12caf500938b /include/conf.h | |
parent | 13fcb3ebd1c6f8e028e59e9f891921bd4d97c923 (diff) | |
download | spmc-22e50a6e8d585072bd16753cf7d581419e06194d.tar.gz |
Implement prompt_user flag
Diffstat (limited to 'include/conf.h')
-rw-r--r-- | include/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |