restructured client and server code into a single library libhclex.
also migrated socket related functions into the library
This commit is contained in:
@ -198,6 +198,8 @@ HCL_EXPORT void hcl_server_freemem (
|
||||
void* ptr
|
||||
);
|
||||
|
||||
|
||||
|
||||
HCL_EXPORT int hcl_server_proto_feed_reply (
|
||||
hcl_server_proto_t* proto,
|
||||
const hcl_ooch_t* ptr,
|
||||
|
Reference in New Issue
Block a user