mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-16 02:18:27 -07:00
9 lines
176 B
C
9 lines
176 B
C
#ifndef MISC_H_INCLUDED
|
|
# define MISC_H_INCLUDED
|
|
|
|
#include <time.h>
|
|
char *bindump(char *buf, long buflen);
|
|
void monitorhook(struct udata *ud, time_t now, char *topic);
|
|
|
|
#endif
|