dddvb/lib/src/tools.h

10 lines
278 B
C
Raw Normal View History

2018-09-17 13:45:26 +02:00
#ifndef _DDDVB_TOOLS_H_
#define _DDDVB_TOOLS_H_
time_t mtime(time_t *t);
2019-07-08 10:03:17 +02:00
int sendlen(int sock, char *buf, int len);
int sendstring(int sock, char *fmt, ...);
2021-02-03 18:03:51 +01:00
int sendstringx(int sock, const char *label, uint32_t text_length, const uint8_t *text);
2018-09-17 13:45:26 +02:00
#endif /* _DDDVB_TOOLS_H_ */