Changeset 325ea9c in mainline for uspace/lib/pcap/include/pcapctl_dump.h
- Timestamp:
- 2024-03-04T08:47:50Z (14 months ago)
- Children:
- e846bec
- Parents:
- 192019f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcap/include/pcapctl_dump.h
r192019f r325ea9c 49 49 } pcapctl_sess_t; 50 50 51 extern errno_t pcapctl_dump_init(pcapctl_sess_t * );51 extern errno_t pcapctl_dump_init(pcapctl_sess_t *, const char *); 52 52 extern errno_t pcapctl_dump_start(const char *, pcapctl_sess_t *); 53 53 extern errno_t pcapctl_dump_stop(pcapctl_sess_t *); 54 extern errno_t pcapctl_list(void); 54 55 55 56 #endif
Note:
See TracChangeset
for help on using the changeset viewer.