|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
| struct | client_T |
Macros | |
| #define | CLIENT_SPEC_LEN 512 |
| #define | CLIENT_INITIALIZER |
| #define | __ZE_CLIENT_H 1 |
Functions | |
| int | client_connect (client_T *client, char *spec, int to) |
| bool | client_disconnect (client_T *client, bool incerr) |
| bool | client_send (client_T *client, char *buf, size_t size) |
| bool | client_recv (client_T *client, char *buf, size_t size) |
| bool | client_readln (client_T *client, char *buf, size_t size) |
| int | connect_timed (int, struct sockaddr *, socklen_t, int) |
| #define __ZE_CLIENT_H 1 |
Definition at line 70 of file ze-client.h.