Exported krb5_data_zero and krb5_data_free

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2560 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1997-07-23 20:58:53 +00:00
parent 770f6b48e4
commit 3e8f2e2aa0
2 changed files with 3 additions and 2 deletions

View File

@@ -848,6 +848,9 @@ krb5_verify_user(krb5_context context,
extern const char krb5_config_file[];
extern const char krb5_defkeyname[];
void krb5_data_zero(krb5_data *);
void krb5_data_free(krb5_data *);
void krb5_free_context(krb5_context context);
krb5_error_code

View File

@@ -103,8 +103,6 @@
#include <hdb_err.h>
#include <error.h>
void krb5_data_zero(krb5_data *);
void krb5_data_free(krb5_data *);
krb5_error_code krb5_data_alloc(krb5_data *, int);
krb5_error_code krb5_data_realloc(krb5_data *, int);
krb5_error_code krb5_data_copy(krb5_data *, void *, size_t);