Fixed for glib-1.x.y, x > 0

svn path=/trunk/; revision=206
This commit is contained in:
Gilbert Ramirez 1999-03-02 19:32:33 +00:00
parent 2ed0b6d073
commit 0cf5b2de74
1 changed files with 3 additions and 0 deletions

View File

@ -3,7 +3,10 @@
#include <glib.h>
#include "wtap.h"
#include "bpf-engine.h"
#ifdef HAVE_GLIB10
#include "glib-new.h"
#endif
void bpf_dump(wtap *wth);
char *bpf_image(struct bpf_instruction *p, int n);