aboutsummaryrefslogtreecommitdiffstats
path: root/extcap_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'extcap_parser.h')
-rw-r--r--extcap_parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extcap_parser.h b/extcap_parser.h
index 9800b897cf..a05f4de6ae 100644
--- a/extcap_parser.h
+++ b/extcap_parser.h
@@ -62,6 +62,7 @@ typedef enum {
EXTCAP_PARAM_ENABLED,
EXTCAP_PARAM_FILE_MUSTEXIST,
EXTCAP_PARAM_FILE_EXTENSION,
+ EXTCAP_PARAM_GROUP,
EXTCAP_PARAM_PARENT,
EXTCAP_PARAM_REQUIRED,
EXTCAP_PARAM_RELOAD,
@@ -113,6 +114,8 @@ typedef struct _extcap_arg {
gchar * regexp;
+ gchar * group;
+
extcap_arg_type arg_type;
extcap_complex *range_start;