summaryrefslogtreecommitdiff
path: root/src/htsbasenet.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-08 13:02:43 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-08 13:02:43 +0000
commit6d1544383e5c6cbf33dab7526e489a7bf58aacd3 (patch)
tree1e09d693337a6bedde4a15d6afa1f2c83e65a345 /src/htsbasenet.h
parentcd268fd39ed5c64dd1c6b16e3284f10b79bf982b (diff)
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
Diffstat (limited to 'src/htsbasenet.h')
-rw-r--r--src/htsbasenet.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/htsbasenet.h b/src/htsbasenet.h
index a752db5..23901d0 100644
--- a/src/htsbasenet.h
+++ b/src/htsbasenet.h
@@ -59,6 +59,10 @@ Please visit our Website: http://www.httrack.com
#define INVALID_SOCKET -1
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#if HTS_USEOPENSSL
/*
OpensSSL crypto routines by Eric Young (eay@cryptsoft.com)
@@ -154,4 +158,8 @@ typedef enum HTTrackStatus {
STATUS_FTP_READY = 1001
} HTTrackStatus;
+#ifdef __cplusplus
+}
+#endif
+
#endif