(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:
@@ -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).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -63,6 +63,6 @@ void com_err __P((const char *, long, const char *, ...));
|
|||||||
errf set_com_err_hook __P((errf));
|
errf set_com_err_hook __P((errf));
|
||||||
errf reset_com_err_hook __P((void));
|
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__ */
|
#endif /* __COM_ERR_H__ */
|
||||||
|
Reference in New Issue
Block a user