mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-11-05 00:25:39 +00:00
genl: remove unnecessary extern
extern not necessary on function prototype. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
ad618b7984
commit
ae775666cf
@ -21,8 +21,8 @@ struct { \
|
||||
}, \
|
||||
}
|
||||
|
||||
extern int genl_resolve_family(struct rtnl_handle *grth, const char *family);
|
||||
extern int genl_init_handle(struct rtnl_handle *grth, const char *family,
|
||||
int genl_resolve_family(struct rtnl_handle *grth, const char *family);
|
||||
int genl_init_handle(struct rtnl_handle *grth, const char *family,
|
||||
int *genl_family);
|
||||
|
||||
#endif /* __LIBGENL_H__ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user