mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 01:48:27 -07:00
8 lines
252 B
C
8 lines
252 B
C
#ifndef _RECORDER_H_INCL_
|
|
# define _RECORDER_H_INCL_
|
|
# include "json.h"
|
|
|
|
void handle_message(void *userdata, char *topic, char *payload, size_t payloadlen, int retain, int httpmode, int was_encrypted, JsonNode **jnode);
|
|
|
|
#endif /* _RECORDER_H_INCL_ */
|