recorder/recorder.h
2016-03-02 19:49:00 +01:00

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_ */