exported hcl_server_proto_feed_reply()
This commit is contained in:
parent
ae3745d5f3
commit
13ecb7e337
@ -349,8 +349,6 @@ struct hcl_server_t
|
|||||||
pthread_mutex_t log_mutex;
|
pthread_mutex_t log_mutex;
|
||||||
};
|
};
|
||||||
|
|
||||||
int hcl_server_proto_feed_reply (hcl_server_proto_t* proto, const hcl_ooch_t* ptr, hcl_oow_t len, int escape);
|
|
||||||
|
|
||||||
/* ========================================================================= */
|
/* ========================================================================= */
|
||||||
|
|
||||||
#if defined(_WIN32) || defined(__OS2__) || defined(__DOS__)
|
#if defined(_WIN32) || defined(__OS2__) || defined(__DOS__)
|
||||||
|
@ -198,6 +198,13 @@ HCL_EXPORT void hcl_server_freemem (
|
|||||||
void* ptr
|
void* ptr
|
||||||
);
|
);
|
||||||
|
|
||||||
|
HCL_EXPORT int hcl_server_proto_feed_reply (
|
||||||
|
hcl_server_proto_t* proto,
|
||||||
|
const hcl_ooch_t* ptr,
|
||||||
|
hcl_oow_t len,
|
||||||
|
int escape
|
||||||
|
);
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -936,7 +936,7 @@ struct hcl_cb_t
|
|||||||
{
|
{
|
||||||
hcl_cb_gc_t gc;
|
hcl_cb_gc_t gc;
|
||||||
hcl_cb_fini_t fini;
|
hcl_cb_fini_t fini;
|
||||||
|
|
||||||
hcl_cb_vm_startup_t vm_startup;
|
hcl_cb_vm_startup_t vm_startup;
|
||||||
hcl_cb_vm_cleanup_t vm_cleanup;
|
hcl_cb_vm_cleanup_t vm_cleanup;
|
||||||
hcl_cb_vm_checkbc_t vm_checkbc;
|
hcl_cb_vm_checkbc_t vm_checkbc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user