On Friday 20 May 2005 12:36, James Yonan wrote:
> You can declare C function prototypes in C++ code with
>
> extern "C" {
> include "openvpn-plugin.h"
> }
>
> to maintain compatibility between the C and C++ namespaces.For more information, check out http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html.
