Files
heimdal/lib/error/error.h
Johan Danielsson 50f86f863a Remove error_list.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2119 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-07-10 03:32:05 +00:00

14 lines
195 B
C

/* $Id$ */
#ifndef __ERROR_H__
#define __ERROR_H__
struct error_table {
char const * const * msgs;
long base;
int n_msgs;
struct error_table *next;
};
#endif /* __ERROR_H__ */