diff options
Diffstat (limited to 'sunrpc/auth_none.c')
-rw-r--r-- | sunrpc/auth_none.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/auth_none.c b/sunrpc/auth_none.c index 4a1b46f274..9c4d3fde66 100644 --- a/sunrpc/auth_none.c +++ b/sunrpc/auth_none.c @@ -96,6 +96,7 @@ authnone_create (void) __libc_once (authnone_private_guard, authnone_create_once); return &authnone_private.no_client; } +INTDEF (authnone_create) static bool_t authnone_marshal (AUTH *client, XDR *xdrs) |