mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 18:08:28 -07:00
d010f2a656
closes #151
7 lines
215 B
C
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_ */
|