From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- mqtt_websockets/src/common_public.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mqtt_websockets/src/common_public.c (limited to 'mqtt_websockets/src/common_public.c') diff --git a/mqtt_websockets/src/common_public.c b/mqtt_websockets/src/common_public.c new file mode 100644 index 00000000..7f74fa51 --- /dev/null +++ b/mqtt_websockets/src/common_public.c @@ -0,0 +1,7 @@ +#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); +} -- cgit v1.2.3