diff options
Diffstat (limited to 'plugin/icedteanp/IcedTeaNPPlugin.h')
-rw-r--r-- | plugin/icedteanp/IcedTeaNPPlugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/icedteanp/IcedTeaNPPlugin.h b/plugin/icedteanp/IcedTeaNPPlugin.h index cc1f9f5..6e1465b 100644 --- a/plugin/icedteanp/IcedTeaNPPlugin.h +++ b/plugin/icedteanp/IcedTeaNPPlugin.h @@ -122,6 +122,9 @@ extern bool plugin_debug_headers; extern bool plugin_debug_to_file; extern bool plugin_debug_to_streams; extern bool plugin_debug_to_system; +extern bool plugin_debug_to_console; +extern FILE * plugin_file_log; +extern std::string plugin_file_log_name; // Browser function table. extern NPNetscapeFuncs browser_functions; |