Add missing braces.
[metze/wireshark/wip.git] / tap-funnel.c
index 7fed0d2f9d95d0e8b26e498e1d74808657b074e6..1353e90469d79203caff4f1802784333df30ae39 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>
@@ -105,7 +108,10 @@ static const funnel_ops_t funnel_ops = {
     NULL,
     NULL,
        NULL,
-       NULL
+       NULL,
+    NULL,
+    NULL,
+    NULL
 };