From 29d29f3a17ac535f847ec81011ae8b3c0108ee10 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 16 Jan 2000 04:48:34 +0000 Subject: [PATCH] (error_table_name): add __P git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7796 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/com_err.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/com_err/com_err.h b/lib/com_err/com_err.h index 912ca0844..8bea04c56 100644 --- a/lib/com_err/com_err.h +++ b/lib/com_err/com_err.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Kungliga Tekniska Högskolan + * Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -63,6 +63,6 @@ void com_err __P((const char *, long, const char *, ...)); errf set_com_err_hook __P((errf)); errf reset_com_err_hook __P((void)); -const char *error_table_name(int num); +const char *error_table_name __P((int num)); #endif /* __COM_ERR_H__ */