Moved to krb5.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1144 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-12-18 00:03:05 +00:00
parent 82ce339313
commit d0450e8bdd

View File

@@ -1,21 +0,0 @@
/*
* $Id$
*/
#ifndef __KRB5_ERROR_H__
#define __KRB5_ERROR_H__
struct error_table {
char const * const * msgs;
long base;
int n_msgs;
};
struct error_list {
struct error_list *next;
const struct error_table * table;
};
const char *krb5_get_err_text(krb5_context context, long code);
#endif /* __KRB5_ERROR_H__ */