RaspberrPi project source code
guowenxue
14 hours ago 7be9084b27e3385f27f7ac5d0e946f4dcaa94d1e
project/thingsboard/config.c
@@ -14,7 +14,7 @@
#include "logger.h"
#include "iniparser.h"
int mqttd_parser_conf(const char *conf_file, mqtt_ctx_t *ctx, int debug)
int parser_conf(const char *conf_file, mqtt_ctx_t *ctx, int debug)
{
    dictionary          *ini;
    const char          *str;