Several functions (e.g. smbc_set_credentials) in libsmbclient.h declared without extern "C" specification. This leads to linker error when building C++ application using libsmbclient
can you provide a patch fixing those missing for you?
Created attachment 14223 [details] Proposed patch Proposed patch to ensure all functions in libsmbclient.h have extern "C" linkage specification
Metze says libsmbclient.h is currently Jeremy's business. So Jeremy, can you have a look at the attached patch from Svyatoslav?