mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
10 lines
278 B
C
10 lines
278 B
C
#ifndef _DDDVB_TOOLS_H_
|
|
#define _DDDVB_TOOLS_H_
|
|
|
|
time_t mtime(time_t *t);
|
|
int sendlen(int sock, char *buf, int len);
|
|
int sendstring(int sock, char *fmt, ...);
|
|
int sendstringx(int sock, const char *label, uint32_t text_length, const uint8_t *text);
|
|
|
|
#endif /* _DDDVB_TOOLS_H_ */
|