Home | History | Annotate | Download | only in avahi-utils

Lines Matching defs:config

21 #include <config.h>
48 typedef struct Config {
51 } Config;
80 static int parse_command_line(Config *c, int argc, char *argv[]) {
124 Config config;
135 if (parse_command_line(&config, argc, argv) < 0)
138 switch (config.command) {
164 if (config.verbose) {
185 if (config.verbose) {