C++ protection

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24886 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-22 17:17:45 +00:00
parent 7220ad7930
commit b234c0eeba

View File

@@ -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__ */