add missing '}' in __cplusplus namespaces
Signed-off-by: Thomas Graf <tgraf@redhat.com>
This commit is contained in:
parent
785f810b95
commit
3c1ab421ee
2 changed files with 7 additions and 0 deletions
|
@ -130,5 +130,8 @@ extern void * rtnl_link_af_data(const struct rtnl_link *,
|
|||
extern int rtnl_link_af_register(struct rtnl_link_af_ops *);
|
||||
extern int rtnl_link_af_unregister(struct rtnl_link_af_ops *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -26,4 +26,8 @@ extern int rtnl_link_inet_get_conf(struct rtnl_link *,
|
|||
extern int rtnl_link_inet_set_conf(struct rtnl_link *,
|
||||
const unsigned int, uint32_t);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue