drop the int argument (the error code) from the logging function

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12118 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-23 17:58:34 +00:00
parent 7217eb2214
commit 144e19b123
2 changed files with 4 additions and 5 deletions

View File

@@ -144,8 +144,7 @@ int k_afs_cell_of_file __P((const char *path, char *cell, int len));
#define KRB5_H_INCLUDED
#endif
void kafs_set_verbose __P((void (*kafs_verbose)(void *, const char *, int),
void *));
void kafs_set_verbose __P((void (*kafs_verbose)(void *, const char *), void *));
int kafs_settoken_rxkad __P((const char *, struct ClearToken *,
void *ticket, size_t ticket_len));
#ifdef KRB_H_INCLUDED