48 #include "fake_dispatch.h" 49 #define HE_DISPATCH(func, ...) dispatch("" #func "", ##__VA_ARGS__); 50 #define HE_DISPATCH_CONN(func, conn) dispatch_conn("" #func "", conn); 52 #define HE_DISPATCH(func, ...) func(__VA_ARGS__); 53 #define HE_DISPATCH_CONN(func, ...) func(__VA_ARGS__); enum he_return_code he_return_code_t
All possible return codes for helium.
he_return_code_t he_internal_setup_stream_state(he_conn_t *conn, uint8_t *data, size_t length)
Setup the pointers and counters for reading from a TCP stream.
Definition: core.c:22
Core internal header file for libhelium.