From 6d1544383e5c6cbf33dab7526e489a7bf58aacd3 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 8 Jun 2014 13:02:43 +0000 Subject: Public definitions cleanup (especially for httraqt) htsopt.h now has the following definitions: * struct htsrequest_proxy * struct htsrequest * struct htsblk * struct lien_url * struct lien_back --- src/htsmodules.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/htsmodules.h') diff --git a/src/htsmodules.h b/src/htsmodules.h index f38b4e2..18eef8e 100644 --- a/src/htsmodules.h +++ b/src/htsmodules.h @@ -115,6 +115,10 @@ struct htsmoduleStruct { }; +#ifdef __cplusplus +extern "C" { +#endif + /* Used to wrap module initialization */ /* return 1 if init was ok */ typedef int (*t_htsWrapperInit) (char *fn, char *args); @@ -133,4 +137,8 @@ extern int hts_parse_externals(htsmoduleStruct * str); extern int V6_is_available; #endif +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3