X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=adu.c;h=02bfa302779ccdf5bc299e8a6a81f5b3c2fb8f60;hp=09619cfcecdcc49685c218d4249322fa92824fa7;hb=015abc3b736ce8cb784b9e60d8c4cf2427874d2d;hpb=8d22db9e22ee4750cdf924163124078d62e7b48c diff --git a/adu.c b/adu.c index 09619cf..02bfa30 100644 --- a/adu.c +++ b/adu.c @@ -8,6 +8,7 @@ #include "string.h" #include "error.h" #include "portable_io.h" +#include "select.cmdline.h" DEFINE_ERRLIST; int osl_errno; @@ -18,6 +19,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;