Move definitions of error_table and error_list from krb5.h.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2115 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
17
lib/com_err/com_right.h
Normal file
17
lib/com_err/com_right.h
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
#ifndef __ERROR_H__
|
||||||
|
#define __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;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif /* __ERROR_H__ */
|
17
lib/com_err/error.h
Normal file
17
lib/com_err/error.h
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
#ifndef __ERROR_H__
|
||||||
|
#define __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;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif /* __ERROR_H__ */
|
17
lib/error/error.h
Normal file
17
lib/error/error.h
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
/* $Id$ */
|
||||||
|
|
||||||
|
#ifndef __ERROR_H__
|
||||||
|
#define __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;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif /* __ERROR_H__ */
|
Reference in New Issue
Block a user