X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fpcap-file.h;fp=lib%2Fpcap.h;h=46625c3e0aed23b624dec6c0bfd86be9f7c1db4e;hb=2c78a3e62f282cb7f999ac84e035c29cd8b68d08;hp=43a43063a67b9668d168a6df97846d4de8f62a2d;hpb=c58a0a6b329100b258e43c79aa4ea10f962bc47e;p=sliver-openvswitch.git diff --git a/lib/pcap.h b/lib/pcap-file.h similarity index 92% rename from lib/pcap.h rename to lib/pcap-file.h index 43a43063a..46625c3e0 100644 --- a/lib/pcap.h +++ b/lib/pcap-file.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef PCAP_H -#define PCAP_H 1 +#ifndef PCAP_FILE_H +#define PCAP_FILE_H 1 #include @@ -27,4 +27,4 @@ void pcap_write_header(FILE *); int pcap_read(FILE *, struct ofpbuf **); void pcap_write(FILE *, struct ofpbuf *); -#endif /* dhcp.h */ +#endif /* pcap-file.h */