mosquitto/test/unit/stubs.c

7 lines
118 B
C
Raw Normal View History

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