xiph/rnnoise

Include headers missing extern C

nicolasbrailo opened this issue · 0 comments

The include headers don't have an extern "C" directive, which makes it harder to #include from a c++ application. Can you add extern "C" to rnnoise.h?