Skip to content

Commit

Permalink
Make __ni_nl_talk static
Browse files Browse the repository at this point in the history
  • Loading branch information
olafhering committed Nov 6, 2013
1 parent 7b763a0 commit c56ffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel.c
Expand Up @@ -460,7 +460,7 @@ __ni_nl_cb_clone(ni_netlink_t *nl)
/*
* Handle a message exchange with the netlink layer.
*/
int
static int
__ni_nl_talk(ni_netlink_t *nl, struct nl_msg *msg,
int (*valid_handler)(struct nl_msg *, void *), void *user_data)
{
Expand Down

0 comments on commit c56ffb2

Please sign in to comment.