File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -77,16 +77,19 @@ extern int nl_recvmsgs_default(struct nl_sock *);
77
77
extern int nl_wait_for_ack (struct nl_sock * );
78
78
79
79
extern int nl_pickup (struct nl_sock * ,
80
- int (* parser )(struct nl_cache_ops * ,
81
- struct sockaddr_nl * ,
82
- struct nlmsghdr * ,
83
- struct nl_parser_param * ),
80
+ int (* )(struct nl_cache_ops * ,
81
+ struct sockaddr_nl * ,
82
+ struct nlmsghdr * ,
83
+ struct nl_parser_param * ),
84
84
struct nl_object * * );
85
- extern int nl_pickup_keep_syserr (struct nl_sock * sk ,
86
- int (* parser )(struct nl_cache_ops * , struct sockaddr_nl * ,
87
- struct nlmsghdr * , struct nl_parser_param * ),
88
- struct nl_object * * result ,
89
- int * syserror );
85
+ extern int nl_pickup_keep_syserr (struct nl_sock * ,
86
+ int (* )(struct nl_cache_ops * ,
87
+ struct sockaddr_nl * ,
88
+ struct nlmsghdr * ,
89
+ struct nl_parser_param * ),
90
+ struct nl_object * * ,
91
+ int * );
92
+
90
93
/* Netlink Family Translations */
91
94
extern char * nl_nlfamily2str (int , char * , size_t );
92
95
extern int nl_str2nlfamily (const char * );
You can’t perform that action at this time.
0 commit comments