mosquitto/test/unit/stubs.c
2018-10-04 17:18:57 +01:00

7 lines
118 B
C

#include <logging_mosq.h>
int log__printf(struct mosquitto *mosq, int priority, const char *fmt, ...)
{
return 0;
}