#ifndef _PKTTOOLS_PCAPNG_H_INCLUDED_
#define _PKTTOOLS_PCAPNG_H_INCLUDED_

struct timeval;
int pkt_pcapng_read(FILE *fp, char *buffer, int size, int *linktypep,
		    int *origsizep, struct timeval *tm);
int pkt_pcapng_write(FILE *fp, char *buffer, int size, int linktype,
		     int origsize, struct timeval *tm,
		     int interface_id, char *comment);

#endif
