aboutsummaryrefslogtreecommitdiffstats
path: root/extcap_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'extcap_parser.h')
-rw-r--r--extcap_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extcap_parser.h b/extcap_parser.h
index c8c40328d7..1fd4d42071 100644
--- a/extcap_parser.h
+++ b/extcap_parser.h
@@ -68,6 +68,7 @@ typedef enum {
EXTCAP_PARAM_VALUE,
EXTCAP_PARAM_RANGE,
EXTCAP_PARAM_TOOLTIP,
+ EXTCAP_PARAM_PLACEHOLDER,
EXTCAP_PARAM_NAME,
EXTCAP_PARAM_ENABLED,
EXTCAP_PARAM_FILE_MUSTEXIST,
@@ -108,6 +109,7 @@ typedef struct _extcap_arg {
gchar *call;
gchar *display;
gchar *tooltip;
+ gchar *placeholder;
gchar * fileextension;
gboolean fileexists;