Björn Groenvall
|
be97c75d57
|
Change
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
|
1998-02-17 21:19:44 +00:00 |
|
Johan Danielsson
|
8bb02601e7
|
Rename error.h to com_right.h.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4395 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1998-02-14 23:47:06 +00:00 |
|
Johan Danielsson
|
a20dd63694
|
initialize_error_table -> initialize_error_table_r
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4127 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1997-12-05 04:24:53 +00:00 |
|
Johan Danielsson
|
c2d8d80a6c
|
protos
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3162 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1997-08-26 20:34:39 +00:00 |
|
Johan Danielsson
|
5a32a5c8e7
|
Add copyright notice.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2389 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1997-07-16 21:40:05 +00:00 |
|
Johan Danielsson
|
b1376c7f39
|
Prototype for com_right.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2128 ec53bebd-3082-4978-b11e-865c3cabbd6b
|
1997-07-10 04:20:16 +00:00 |
|
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 |
|
Johan Danielsson
|
afb3d7c9c2
|
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
|
1997-07-10 03:08:58 +00:00 |
|