dect
/
libnl
Archived
13
0
Fork 0

add missing '}' in __cplusplus namespaces

Signed-off-by: Thomas Graf <tgraf@redhat.com>
This commit is contained in:
Thomas Graf 2012-10-23 15:28:24 +02:00
parent 785f810b95
commit 3c1ab421ee
2 changed files with 7 additions and 0 deletions

View File

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

View File

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