about summary refs log tree commit diff
path: root/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/rpc/svc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc/svc.h b/sunrpc/rpc/svc.h
index d740f189a2..8ceec30a11 100644
--- a/sunrpc/rpc/svc.h
+++ b/sunrpc/rpc/svc.h
@@ -166,7 +166,7 @@ typedef void (*__dispatch_fn_t) (struct svc_req*, SVCXPRT*);
  *	SVCXPRT *xprt;
  *	rpcprog_t prog;
  *	rpcvers_t vers;
- *	void (*dispatch)();
+ *	void (*dispatch)(struct svc_req*, SVCXPRT*);
  *	rpcprot_t protocol;  like TCP or UDP, zero means do not register
  */
 extern bool_t svc_register (SVCXPRT *__xprt, rpcprog_t __prog,