Changeset e846bec in mainline for uspace/lib/pcap/src/pcap_iface.c
- Timestamp:
- 2024-03-10T10:46:00Z (15 months ago)
- Children:
- e4cc266
- Parents:
- 325ea9c (diff), 6eab537d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcap/src/pcap_iface.c
r325ea9c re846bec 82 82 } 83 83 84 void pcap_close_file( )84 void pcap_close_file(void) 85 85 { 86 86 pcap_writer.ops->close(&pcap_writer);
Note:
See TracChangeset
for help on using the changeset viewer.