Changeset e5b2777 in mainline for uspace/lib/pcap/include/pcapdump_client.h
- Timestamp:
- 2024-12-13T08:44:05Z (10 months ago)
- Children:
- 31d2aee
- Parents:
- e1e8f7a
- git-author:
- Nataliia Korop <n.corop08@…> (2024-11-17 09:14:10)
- git-committer:
- Nataliia Korop <n.corop08@…> (2024-12-13 08:44:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcap/include/pcapdump_client.h
re1e8f7a re5b2777 36 36 */ 37 37 38 #ifndef _PCAP CTL_DUMP_H_39 #define _PCAP CTL_DUMP_H_38 #ifndef _PCAPDUMP_CLIENT_H_ 39 #define _PCAPDUMP_CLIENT_H_ 40 40 41 41 #include <stdbool.h> … … 51 51 extern errno_t pcapctl_dump_open(int *, pcapctl_sess_t **); 52 52 extern errno_t pcapctl_dump_close(pcapctl_sess_t *); 53 53 54 extern errno_t pcapctl_dump_start(const char *, int *, pcapctl_sess_t *); 54 // extern errno_t pcapctl_dump_set_ops(const char *, pcapctl_sess_t *);55 55 extern errno_t pcapctl_dump_stop(pcapctl_sess_t *); 56 56 extern errno_t pcapctl_list(void);
Note:
See TracChangeset
for help on using the changeset viewer.