be97c75d57c27212721e9722b05933f8fc6ce291
struct error_table {
char const * const * msgs;
long base;
int n_msgs;
};
struct et_list {
struct et_list *next;
struct error_table *table;
};
extern struct et_list *_et_list;
to be binary compatible with MIT compile_et
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4436 ec53bebd-3082-4978-b11e-865c3cabbd6b
Description
Languages
C
91.5%
Roff
3.2%
Shell
2.8%
Makefile
0.6%
M4
0.6%
Other
1.1%