C++ protection
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24886 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -278,6 +278,10 @@ struct rk_dns_reply{
|
||||
};
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct dns_reply* ROKEN_LIB_FUNCTION
|
||||
rk_dns_lookup(const char *, const char *);
|
||||
void ROKEN_LIB_FUNCTION
|
||||
@@ -289,4 +293,8 @@ const char *ROKEN_LIB_FUNCTION
|
||||
void ROKEN_LIB_FUNCTION
|
||||
rk_dns_srv_order(struct dns_reply*);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __RESOLVE_H__ */
|
||||
|
Reference in New Issue
Block a user