Remove generated destroy_*_error_table prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3800 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-06 00:10:14 +00:00
parent 8117fe3d71
commit 4bcf20855a
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Copyright (c) 1997 Kungliga Tekniska H<>gskolan
# (Royal Institute of Technology, Stockholm, Sweden).
(Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#
# $Id$
@@ -53,7 +53,6 @@ $1 == "error_table" || $1 == "et" {
print "#include <error.h>" > h_file
print "" > h_file
print "void initialize_" name "_error_table(struct error_table**);" > h_file
print "void destroy_" name "_error_table (struct error_table *);" > h_file
print "" > h_file
print "typedef enum " name "_error_number{" > h_file
print "\tERROR_TABLE_BASE_" name " = " base "," > h_file