aboutsummaryrefslogtreecommitdiff
path: root/include/conf.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-06-23 01:23:16 -0400
committerGitHub <noreply@github.com>2020-06-23 01:23:16 -0400
commit97d4d821894dc58c1419eee998ce5214908af882 (patch)
tree665e36e7b31e8fa9c7c74827687fbed83081368a /include/conf.h
parentfa17600efcd09bf74954e728047fded3ff0bd0cd (diff)
parent9188d893fb00d11a0974582ab1575670777d96cf (diff)
downloadspmc-97d4d821894dc58c1419eee998ce5214908af882.tar.gz
Merge pull request #49 from jhunkeler/tar-some-more
Handle unpacking when running as root:
Diffstat (limited to 'include/conf.h')
-rw-r--r--include/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/conf.h b/include/conf.h
index 7952eed..0d16f08 100644
--- a/include/conf.h
+++ b/include/conf.h
@@ -39,8 +39,10 @@ typedef struct {
char *repo_target;
char *user_config_basedir;
char *user_config_file;
+ char *tar_program;
int verbose;
int prompt_user;
+ int privileged;
ConfigItem **config;
struct utsname sysinfo;
SPM_Hierarchy fs;