dect
/
libnl
Archived
13
0
Fork 0

nl_pickup removed from python binding

This commit is contained in:
Коренберг Марк 2012-06-07 15:15:50 +06:00 committed by Коренберг Марк (ноутбук дома)
parent 08e8b35d9f
commit 139e3d3203
1 changed files with 0 additions and 5 deletions

View File

@ -159,11 +159,6 @@ extern void free_dump_params(struct nl_dump_params *);
extern int nl_connect(struct nl_sock *, int);
extern void nl_close(struct nl_sock *);
extern int nl_pickup(struct nl_sock *, int (*parser)(struct nl_cache_ops *,
struct sockaddr_nl *,
struct nlmsghdr *,
struct nl_parser_param *),
struct nl_object **);
/* <netlink/socket.h> */
extern struct nl_sock *nl_socket_alloc(void);