freebsd-dev/lib/libcasper/services
Conrad Meyer b30c6ac9f9 libcasper(3): Export functions to C++
We must wrap C declarations in __BEGIN / __END_DECLS to avoid C++ name-mangling
of the declaration when including the C header; name-mangling causes the linker
to attempt to locate the wrong (C++ ABI) symbol name.

Reviewed by:	markj, oshogbo (earlier version both)
Differential Revision:	https://reviews.freebsd.org/D24323
2020-04-07 16:40:41 +00:00
..
cap_dns libcasper(3): Export functions to C++ 2020-04-07 16:40:41 +00:00
cap_fileargs libcasper(3): Export functions to C++ 2020-04-07 16:40:41 +00:00
cap_grp libcasper(3): Export functions to C++ 2020-04-07 16:40:41 +00:00
cap_pwd libcasper(3): Export functions to C++ 2020-04-07 16:40:41 +00:00
cap_sysctl libcasper(3): Export functions to C++ 2020-04-07 16:40:41 +00:00
cap_syslog libcasper(3): Export functions to C++ 2020-04-07 16:40:41 +00:00
tests DIRDEPS_BUILD: Connect new directories. 2017-10-31 00:04:07 +00:00
Makefile Remove cap_random(3). 2019-07-24 22:50:43 +00:00
Makefile.inc