summaryrefslogtreecommitdiffstats
path: root/src/aclk/mqtt_websockets/common_public.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aclk/mqtt_websockets/common_public.c')
-rw-r--r--src/aclk/mqtt_websockets/common_public.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/aclk/mqtt_websockets/common_public.c b/src/aclk/mqtt_websockets/common_public.c
new file mode 100644
index 000000000..7991b0c23
--- /dev/null
+++ b/src/aclk/mqtt_websockets/common_public.c
@@ -0,0 +1,9 @@
+// Copyright: SPDX-License-Identifier: GPL-3.0-only
+
+#include "common_public.h"
+
+// this dummy exists to have a special pointer with special meaning
+// other than NULL
+void _caller_responsibility(void *ptr) {
+ (void)(ptr);
+}