patch-src_svc_auth_none_c 476 B

12345678910111213
  1. --- libtirpc-1.3.6.orig/src/svc_auth_none.c 2024-10-17 09:50:55.000000000 +0200
  2. +++ libtirpc-1.3.6/src/svc_auth_none.c 2025-04-30 13:30:55.736451017 +0200
  3. @@ -37,8 +37,8 @@
  4. #include <rpc/rpc.h>
  5. -static bool_t svcauth_none_destroy();
  6. -static bool_t svcauth_none_wrap();
  7. +static bool_t svcauth_none_destroy(SVCAUTH *);
  8. +static bool_t svcauth_none_wrap(SVCAUTH *, XDR *, bool_t (*)(XDR *, ...), char *);
  9. struct svc_auth_ops svc_auth_none_ops = {
  10. svcauth_none_wrap,