Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 09:12:53 +0000 (09:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 09:12:53 +0000 (09:12 +0000)
2000-01-22  Andreas Jaeger  <aj@suse.de>

* sunrpc/rpc/svc.h: Fix description for svc_register.

ChangeLog
sunrpc/rpc/svc.h

index 4fe91c8..0d01b49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-01-22  Andreas Jaeger  <aj@suse.de>
+
+       * sunrpc/rpc/svc.h: Fix description for svc_register.
+
 2000-01-23  Mark Kettenis  <kettenis@gnu.org>
 
        * inet/rexec.c (rexec_af): Use SA_LEN instead of __libc_sa_len.
index d740f18..8ceec30 100644 (file)
@@ -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,