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 de7be00498..a730d200bc 100644
--- a/extcap_parser.h
+++ b/extcap_parser.h
@@ -67,6 +67,7 @@ typedef enum {
EXTCAP_PARAM_NAME,
EXTCAP_PARAM_ENABLED,
EXTCAP_PARAM_FILE_MUSTEXIST,
+ EXTCAP_PARAM_FILE_EXTENSION,
EXTCAP_PARAM_PARENT,
EXTCAP_PARAM_REQUIRED
} extcap_param_type;
@@ -105,6 +106,8 @@ typedef struct _extcap_arg {
gchar *call;
gchar *display;
gchar *tooltip;
+
+ gchar * fileextension;
gboolean fileexists;
gboolean is_required;