add prorotype for random_password

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6854 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-08-21 12:39:31 +00:00
parent c22bb92415
commit eb90d1b03d

View File

@@ -159,4 +159,9 @@ kadmind_loop (krb5_context, krb5_auth_context, krb5_keytab, int);
void
handle_v4(krb5_context context, int len, int fd);
/* random_password.c */
void
random_password(char *pw, size_t len);
#endif /* __ADMIN_LOCL_H__ */