summaryrefslogtreecommitdiff
path: root/evrpc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'evrpc-internal.h')
-rw-r--r--evrpc-internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/evrpc-internal.h b/evrpc-internal.h
index 67778c02..e53d06e0 100644
--- a/evrpc-internal.h
+++ b/evrpc-internal.h
@@ -79,7 +79,7 @@ struct evrpc_base {
};
struct evrpc_req_generic;
-void evrpc_reqstate_free(struct evrpc_req_generic* rpc_state);
+void evrpc_reqstate_free_(struct evrpc_req_generic* rpc_state);
/* A pool for holding evhttp_connection objects */
struct evrpc_pool {
@@ -117,14 +117,14 @@ struct evrpc_hook_meta {
};
/* allows association of meta data with a request */
-static void evrpc_hook_associate_meta(struct evrpc_hook_meta **pctx,
+static void evrpc_hook_associate_meta_(struct evrpc_hook_meta **pctx,
struct evhttp_connection *evcon);
/* creates a new meta data store */
-static struct evrpc_hook_meta *evrpc_hook_meta_new(void);
+static struct evrpc_hook_meta *evrpc_hook_meta_new_(void);
/* frees the meta data associated with a request */
-static void evrpc_hook_context_free(struct evrpc_hook_meta *ctx);
+static void evrpc_hook_context_free_(struct evrpc_hook_meta *ctx);
/* the server side of an rpc */