]> granicus.if.org Git - libnl/commit
link/ipip: Add missing prototype for rtnl_link_is_ipip()
authorTobias Klauser <tklauser@distanz.ch>
Mon, 16 Jan 2017 13:54:49 +0000 (14:54 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 20 Jan 2017 08:38:10 +0000 (09:38 +0100)
commitcb66079de0411cb25c0de131567988e27dbd1617
tree306c74f716d81fcb8dbc1b529e3ceec4a3031426
parent65e268d739336153e90b85a6b56ec2723ce1abab
link/ipip: Add missing prototype for rtnl_link_is_ipip()

Add the function prototype for rtnl_link_is_ipip() to the public header.

This fixes the following GCC warning when compiling with
-Wmissing-prototypes:

  route/link/ipip.c:296:5: warning: no previous prototype for ‘rtnl_link_is_ipip’ [-Wmissing-prototypes]

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
include/netlink/route/link/ipip.h