1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove C linkage

This commit is contained in:
Steffen Vogel 2019-04-23 12:58:09 +02:00
parent 9249fe8116
commit f459b129f0

View file

@ -32,8 +32,6 @@
using namespace villas;
extern "C" {
int log_get_width()
{
return logging.getWidth();
@ -151,6 +149,4 @@ void jerror(json_error_t *err, const char *fmt, ...)
pause();
}
}
#pragma GCC diagnostic pop