revalidator: Fix ukey stats cache updating.
[sliver-openvswitch.git] / lib / pcap-file.h
index ef491e5..5d79ccb 100644 (file)
@@ -23,11 +23,11 @@ struct flow;
 struct ofpbuf;
 
 /* PCAP file reading and writing. */
-FILE *pcap_open(const char *file_name, const char *mode);
-int pcap_read_header(FILE *);
-void pcap_write_header(FILE *);
-int pcap_read(FILE *, struct ofpbuf **, long long int *when);
-void pcap_write(FILE *, struct ofpbuf *);
+FILE *ovs_pcap_open(const char *file_name, const char *mode);
+int ovs_pcap_read_header(FILE *);
+void ovs_pcap_write_header(FILE *);
+int ovs_pcap_read(FILE *, struct ofpbuf **, long long int *when);
+void ovs_pcap_write(FILE *, struct ofpbuf *);
 \f
 /* Extracting TCP stream data from an Ethernet packet capture. */