Xcode 4 isn't available on DVD, but is available for download from
[obnox/wireshark/wip.git] / tap-funnel.c
index 10711afc0c27d57aa22cba022683849361bd92f0..290459e94beac08b9ab0852881a027dfa3757a55 100644 (file)
@@ -3,7 +3,7 @@
  *
  * EPAN's GUI mini-API
  *
- * (c) 2006, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
+ * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org>
  *
  * $Id$
  *
@@ -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>
@@ -94,11 +97,22 @@ static const funnel_ops_t funnel_ops = {
     NULL,
     NULL,
     NULL,
-       NULL,
+    NULL,
     /*...,*/
     NULL,
     funnel_logger,
-       NULL
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL,
+    NULL
 };