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 *);
7777extern int nl_wait_for_ack (struct nl_sock * );
7878
7979extern 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 * ),
8484 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+
9093/* Netlink Family Translations */
9194extern char * nl_nlfamily2str (int , char * , size_t );
9295extern int nl_str2nlfamily (const char * );
You can’t perform that action at this time.
0 commit comments