(error_table_name): add __P

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7796 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-01-16 04:48:34 +00:00
parent ad90852320
commit 29d29f3a17

View File

@@ -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__ */