[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Heimdal libs with C++



Daniel Kouril <kouril@ics.muni.cz> writes:

> Hello all,
>
> I'm using the heimdal libraries from C++ code. In order to make the Heimdal
> calls link correctly, I needed to wrap the Heimdal headers into `extern "C"'
> definitions. Could this be added to the standard distributions?

Should extern "C" be wrapped around standard header too ? (<stddef.h> and
the headers that <krb5-types.h> include)

Love