X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=tap-funnel.c;h=1353e90469d79203caff4f1802784333df30ae39;hb=c13f268e8bfa655a41766cf8b29f670c01e16e71;hp=7fed0d2f9d95d0e8b26e498e1d74808657b074e6;hpb=726a1caaf1c717a5784beb2fb5a05900552563f0;p=metze%2Fwireshark%2Fwip.git diff --git a/tap-funnel.c b/tap-funnel.c index 7fed0d2f9d..1353e90469 100644 --- a/tap-funnel.c +++ b/tap-funnel.c @@ -3,7 +3,7 @@ * * EPAN's GUI mini-API * - * (c) 2006, Luis E. Garcia Ontanon + * (c) 2006, Luis E. Garcia Ontanon * * $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 #include @@ -105,7 +108,10 @@ static const funnel_ops_t funnel_ops = { NULL, NULL, NULL, - NULL + NULL, + NULL, + NULL, + NULL };