From 58ab7656b2c140e06d60a7831a9f5b6e1ddc2fe5 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 15 Oct 2014 17:32:57 +0000 Subject: Import OpenSSL 1.0.1j. --- crypto/pqueue/pqueue.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crypto/pqueue/pqueue.h') diff --git a/crypto/pqueue/pqueue.h b/crypto/pqueue/pqueue.h index 87fc9037c8f3..26b534808900 100644 --- a/crypto/pqueue/pqueue.h +++ b/crypto/pqueue/pqueue.h @@ -64,6 +64,9 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif typedef struct _pqueue *pqueue; typedef struct _pitem @@ -91,4 +94,7 @@ pitem *pqueue_next(piterator *iter); void pqueue_print(pqueue pq); int pqueue_size(pqueue pq); +#ifdef __cplusplus +} +#endif #endif /* ! HEADER_PQUEUE_H */ -- cgit v1.3