Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make libsubid more easily usable from C++
C++ requires extern "C" linkage specification to call functions from a C library. Enclose the function definitions in subid.h in an extern "C" block if compiling in C++ mode to achieve this. Signed-off-by: Alois Wohlschlager <alois1@gmx-topmail.de>
- Loading branch information