#ifndef _PKTTOOLS_PCAP_H_INCLUDED_
#define _PKTTOOLS_PCAP_H_INCLUDED_

struct timeval;
int pkt_pcap_read(FILE *fp, char *buffer, int size, int *linktypep,
		  int *origsizep, struct timeval *tm);
int pkt_pcap_write(FILE *fp, char *buffer, int size, int linktype,
		   int origsize, struct timeval *tm);

#endif
