Skip to content

Commit

Permalink
tools: lkl: fix compiling with Wstrict-prototypes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
  • Loading branch information
M1cha committed Jul 11, 2017
1 parent ca0864c commit 92d2f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lkl/include/lkl.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ struct lkl_netdev *lkl_netdev_macvtap_create(const char *path, int offload);
* If you run the program from shell script, make sure you ignore SIGTSTP by
* "trap '' TSTP" in the shell script.
*/
void lkl_register_dbg_handler();
void lkl_register_dbg_handler(void);

/**
* lkl_add_neighbor - add a permanent arp entry
Expand Down

0 comments on commit 92d2f6d

Please sign in to comment.