diff options
Diffstat (limited to 'extcap/extcap-base.h')
-rw-r--r-- | extcap/extcap-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/extcap-base.h b/extcap/extcap-base.h index 4bbfb1b4..b0fa872b 100644 --- a/extcap/extcap-base.h +++ b/extcap/extcap-base.h @@ -81,7 +81,7 @@ typedef struct _extcap_parameters char * help_header; GList * help_options; - bool debug; + enum ws_log_level debug; } extcap_parameters; /* used to inform to extcap application that end of application is requested */ |