11 Mar
2013
11 Mar
'13
9:28 a.m.
On 11 Mar 2013, at 09:25, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 11 Mar 2013, at 09:00, Linux Chips <linux.chips@gmail.com> wrote:
Hi
you mean C++? if so, a howto would be awesome.
Yes I was thinking about how to do this. You could jusv write the module in C++ and then mark the API functions that get exported in the module struct as extern c?
Wait, that's not even required as the callback signatures are already C? -Arran