summaryrefslogtreecommitdiffstats
path: root/src/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatch.h')
-rw-r--r--src/dispatch.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dispatch.h b/src/dispatch.h
index ea4813e..86af859 100644
--- a/src/dispatch.h
+++ b/src/dispatch.h
@@ -27,12 +27,10 @@ struct dispatch_client_data;
void *dispatch_thread(struct wrapped_thread *t);
typedef bool_t (dispatch_reply_fragment)(struct plugin_state *state,
struct dispatch_client_data *cdata,
- struct rpc_msg *reply,
- XDR *reply_xdrs, char *reply_buf,
+ struct rpc_msg *reply, XDR *reply_xdrs,
bool_t first_fragment,
bool_t last_fragment);
typedef void (dispatch_reply)(struct plugin_state *state,
struct dispatch_client_data *cdata,
- struct rpc_msg *reply,
- XDR *reply_xdrs, char *reply_buf);
+ struct rpc_msg *reply, XDR *reply_xdrs);
#endif