* com_err.h (add_error_table, remove_error_table): Annotate as modifying
authorKen Raeburn <raeburn@mit.edu>
Sat, 20 Jan 2001 01:54:16 +0000 (01:54 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 20 Jan 2001 01:54:16 +0000 (01:54 +0000)
commit5f337297f9e6f6f22473e6226c41b8a105c4dbab
tree2a6b49d52c9ed307c04cd130cb32443f4470e0d7
parent926dbfad5bd7cdda2545e082c40e3ad531154302
* com_err.h (add_error_table, remove_error_table): Annotate as modifying
internal state.
(struct et_list, _et_list): Remove.

* error_table.h (struct et_list, _et_list): Put back here.

* error_message.c (add_error_table, remove_error_table): Annotate specific
modifications.  Disable inconsistent-defifition checks since _et_list isn't
describe in the header file but is global and modified.

* et_c.awk: Make the generated initialization function simply call
add_error_table, and drop the static linked-list node.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12915 dc483132-0cff-0310-8789-dd5450dbe970
src/util/et/ChangeLog
src/util/et/com_err.h
src/util/et/error_message.c
src/util/et/error_table.h
src/util/et/et_c.awk