recorder/recorder.h
2016-09-22 14:45:43 +02:00

7 lines
215 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, int was_encrypted);
#endif /* _RECORDER_H_INCL_ */