You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2014/09/24 07:38:00 UTC

svn commit: r1627222 - /qpid/proton/trunk/proton-c/include/proton/url.h

Author: astitcher
Date: Wed Sep 24 05:37:59 2014
New Revision: 1627222

URL: http://svn.apache.org/r1627222
Log:
PROTON-693: Export pn_url... symbols as C not C++

Modified:
    qpid/proton/trunk/proton-c/include/proton/url.h

Modified: qpid/proton/trunk/proton-c/include/proton/url.h
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/url.h?rev=1627222&r1=1627221&r2=1627222&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/include/proton/url.h (original)
+++ qpid/proton/trunk/proton-c/include/proton/url.h Wed Sep 24 05:37:59 2014
@@ -21,6 +21,11 @@
 
 #include <proton/import_export.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
 /** @file
  * URL API for parsing URLs.
  *
@@ -85,4 +90,9 @@ PN_EXTERN void pn_url_set_path(pn_url_t 
 ///@}
 
 ///@}
+
+#ifdef __cplusplus
+}
+#endif
+
 #endif



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org