/*
- * Copyright (C) 2019 Andreas Steffen
+ * Copyright (C) 2019-2020 Andreas Steffen
*
* Copyright (C) secunet Security Networks AG
*
{
break;
}
+ fprintf(out, "/** count = %.*s */\n", value_len, value);
fprintf(out, "{\n");
fprintf(out, "\t.method = %s,\n", method);
- fprintf(out, "\t.count = %.*s,\n", value_len, value);
count--;
}
else
{"out", required_argument, NULL, 'o' },
{0,0,0,0 },
};
- switch (getopt_long(argc, argv, "h:m:c:i:o:", long_opts, NULL))
+ switch (getopt_long(argc, argv, "h:t:c:i:o:", long_opts, NULL))
{
case EOF:
break;