diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-03 02:23:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-03 02:23:20 +0000 |
commit | fde27a3a69e1db3fa122519ce452067ae9178971 (patch) | |
tree | 4132113a3a9b93805569e4fbb298a413951f3bd8 /lib | |
parent | b84e77907ce6d506705a2edb8611357525cde5e3 (diff) |
protos
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcom_err/error_table.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcom_err/error_table.h b/lib/libcom_err/error_table.h index e6b2462061a..03ed6bf183b 100644 --- a/lib/libcom_err/error_table.h +++ b/lib/libcom_err/error_table.h @@ -1,4 +1,4 @@ -/* $OpenBSD: error_table.h,v 1.1 1996/11/11 04:55:04 downsj Exp $ */ +/* $OpenBSD: error_table.h,v 1.2 2003/07/03 02:23:19 deraadt Exp $ */ /*- * Copyright 1987, 1988 by the Student Information Processing Board @@ -36,6 +36,6 @@ extern struct et_list * _et_list; #define ERRCODE_RANGE 8 /* # of bits to shift table number */ #define BITS_PER_CHAR 6 /* # bits to shift per character in name */ -extern const char *error_table_name(); +extern const char *error_table_name(int); #endif |