Remove error_list.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2119 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -7,11 +7,7 @@ struct error_table {
|
|||||||
char const * const * msgs;
|
char const * const * msgs;
|
||||||
long base;
|
long base;
|
||||||
int n_msgs;
|
int n_msgs;
|
||||||
};
|
struct error_table *next;
|
||||||
|
|
||||||
struct error_list {
|
|
||||||
struct error_list *next;
|
|
||||||
const struct error_table * table;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __ERROR_H__ */
|
#endif /* __ERROR_H__ */
|
||||||
|
@@ -7,11 +7,7 @@ struct error_table {
|
|||||||
char const * const * msgs;
|
char const * const * msgs;
|
||||||
long base;
|
long base;
|
||||||
int n_msgs;
|
int n_msgs;
|
||||||
};
|
struct error_table *next;
|
||||||
|
|
||||||
struct error_list {
|
|
||||||
struct error_list *next;
|
|
||||||
const struct error_table * table;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __ERROR_H__ */
|
#endif /* __ERROR_H__ */
|
||||||
|
@@ -7,11 +7,7 @@ struct error_table {
|
|||||||
char const * const * msgs;
|
char const * const * msgs;
|
||||||
long base;
|
long base;
|
||||||
int n_msgs;
|
int n_msgs;
|
||||||
};
|
struct error_table *next;
|
||||||
|
|
||||||
struct error_list {
|
|
||||||
struct error_list *next;
|
|
||||||
const struct error_table * table;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __ERROR_H__ */
|
#endif /* __ERROR_H__ */
|
||||||
|
Reference in New Issue
Block a user