diff options
Diffstat (limited to 'sunrpc/auth_unix.c')
-rw-r--r-- | sunrpc/auth_unix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sunrpc/auth_unix.c b/sunrpc/auth_unix.c index ac9b53a..091735e 100644 --- a/sunrpc/auth_unix.c +++ b/sunrpc/auth_unix.c @@ -85,7 +85,7 @@ struct audata }; #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) -static bool_t marshal_new_auth (AUTH *); +static bool_t marshal_new_auth (AUTH *) internal_function; /* @@ -307,6 +307,7 @@ authunix_destroy (AUTH *auth) * sets private data, au_marshed and au_mpos */ static bool_t +internal_function marshal_new_auth (AUTH *auth) { XDR xdr_stream; |