aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-12-02 23:18:25 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-12-02 23:18:25 +0000
commitaaf92a9eb64327892e39fdbd7113d797d1d68cec (patch)
treeb907c7e55f32b073453a327231a9e76ab1604145 /conf.h
parent80e9db97776bfd6c6192135d65027abd8f50887c (diff)
Imported setuid() patch from Simo Leone <simo@archlinux...> with some
modifications. Also adding some missing g_free()s to conf.c.
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index 5138ce11..d21ec577 100644
--- a/conf.h
+++ b/conf.h
@@ -48,6 +48,7 @@ typedef struct conf
char **migrate_storage;
int ping_interval;
int ping_timeout;
+ char *user;
} conf_t;
G_GNUC_MALLOC conf_t *conf_load( int argc, char *argv[] );