Files
mosquitto/plugins/sparkplug-aware/plugin_global.h
2023-09-13 17:13:33 +01:00

16 lines
322 B
C

/*
Copyright (c) 2023 Cedalo Gmbh
*/
#ifndef PLUGIN_GLOBAL_H
#define PLUGIN_GLOBAL_H
#include "config.h"
/* PLUGIN_NAME and PLUGIN_VERSION reported to the broker */
#define PLUGIN_NAME "sparkplug-aware"
#define PLUGIN_VERSION "1.0"
int plugin__message_in_callback(int event, void *event_data, void *user_data);
#endif