diff options
Diffstat (limited to 'include/rpc/auth.h')
-rw-r--r-- | include/rpc/auth.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 9bfde83..a32f86d 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -28,4 +28,7 @@ extern AUTH *authdes_pk_create_internal (const char *, netobj *, u_int, struct sockaddr *, des_block *) attribute_hidden; +libc_hidden_proto (key_encryptsession_pk) +libc_hidden_proto (key_decryptsession_pk) + #endif |