Ignore:
Timestamp:
2024-12-13T08:44:05Z (10 months ago)
Author:
Nataliia Korop <n.corop08@…>
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)
Message:

create drv iface for drivers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcap/include/pcapdump_client.h

    re1e8f7a re5b2777  
    3636 */
    3737
    38 #ifndef _PCAPCTL_DUMP_H_
    39 #define _PCAPCTL_DUMP_H_
     38#ifndef _PCAPDUMP_CLIENT_H_
     39#define _PCAPDUMP_CLIENT_H_
    4040
    4141#include <stdbool.h>
     
    5151extern errno_t pcapctl_dump_open(int *, pcapctl_sess_t **);
    5252extern errno_t pcapctl_dump_close(pcapctl_sess_t *);
     53
    5354extern errno_t pcapctl_dump_start(const char *, int *, pcapctl_sess_t *);
    54 // extern errno_t pcapctl_dump_set_ops(const char *, pcapctl_sess_t *);
    5555extern errno_t pcapctl_dump_stop(pcapctl_sess_t *);
    5656extern errno_t pcapctl_list(void);
Note: See TracChangeset for help on using the changeset viewer.