Commit Graph

12 Commits

Author SHA1 Message Date
Love Hörnquist Åstrand
9d8ae839f2 de-__P
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14551 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-02-03 08:45:13 +00:00
Assar Westerlund
5c9eb6908d (initialize_error_table_r): fix prototype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8877 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-07-31 01:11:08 +00:00
Assar Westerlund
ad616bf193 moved __P here and added it to the function prototypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7797 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-16 04:50:34 +00:00
Johan Danielsson
3ca5f8150f remove advertising clause
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7463 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-02 16:58:55 +00:00
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