Files
recorder/recorder.h
T

7 lines
196 B
C

#ifndef _RECORDER_H_INCL_
# define _RECORDER_H_INCL_
void handle_message(void *userdata, char *topic, char *payload, size_t payloadlen, int retain, int httpmode);
#endif /* _RECORDER_H_INCL_ */