diff options
Diffstat (limited to 'sf-pcapng.h')
-rw-r--r-- | sf-pcapng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sf-pcapng.h b/sf-pcapng.h index d99b0d4e..835082a5 100644 --- a/sf-pcapng.h +++ b/sf-pcapng.h @@ -26,7 +26,7 @@ #ifndef sf_pcapng_h #define sf_pcapng_h -extern pcap_t *pcap_ng_check_header(bpf_u_int32 magic, FILE *fp, +extern pcap_t *pcap_ng_check_header(const uint8_t *magic, FILE *fp, u_int precision, char *errbuf, int *err); #endif |