]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.c
Merge commit 'fml/master'
[adu.git] / adu.c
diff --git a/adu.c b/adu.c
index 09619cfcecdcc49685c218d4249322fa92824fa7..47eee7762cbb5b04a4f5d2156d58e279ad415de4 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -18,6 +18,9 @@ static int signum;
 /** Command line and config file options. */
 struct gengetopt_args_info conf;
 
+/** Options passed to --select-options. */
+struct select_args_info select_conf;
+
 /** The number of different uids found so far. */
 uint32_t num_uids = 0;