From aa9d21d81c581501b1674bfc558874da5a3d0a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20L=C3=BCke?= Date: Fri, 27 Dec 2024 18:48:07 +0100 Subject: [PATCH] add cpp wrapper for rxi/log.c --- src/internal/rxi/log.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/internal/rxi/log.hpp diff --git a/src/internal/rxi/log.hpp b/src/internal/rxi/log.hpp new file mode 100644 index 0000000..09b7873 --- /dev/null +++ b/src/internal/rxi/log.hpp @@ -0,0 +1,9 @@ +#ifndef DE6BF3F6_F6A6_4CB0_B986_4815C9B2C2CF +#define DE6BF3F6_F6A6_4CB0_B986_4815C9B2C2CF + +extern "C" +{ +#include "log.h" +} + +#endif /* DE6BF3F6_F6A6_4CB0_B986_4815C9B2C2CF */