recorder/misc.h
2015-08-15 10:46:46 +02:00

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