Make windows buildbots happy...
[metze/wireshark/wip.git] / tap-funnel.c
index 3d978e0c23e6607b157665e570a6b4b6da0b6eb0..9fcd10ed33e27d9b64855601f95f1c824b7432d0 100644 (file)
@@ -26,6 +26,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <epan/funnel.h>
 #include <stdio.h>
@@ -104,8 +107,12 @@ static const funnel_ops_t funnel_ops = {
     NULL,
     NULL,
     NULL,
-       NULL,
-       NULL
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL
 };
 
 
@@ -182,6 +189,7 @@ void
 register_tap_listener_gtkfunnel(void)
 {
 #if 0
+       /* #if 0 at least since Revision Rev 17396 */
     funnel_register_all_menus(register_menu_cb);
 #endif
 }