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_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