mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
@@ -92,13 +92,13 @@ enum
|
||||
|
||||
/* Print message with given CLASSIFICATION, LABEL, SEVERITY, TEXT, ACTION
|
||||
and TAG to console or standard error. */
|
||||
extern int fmtmsg __P ((long int __classification, __const char *__label,
|
||||
int __severity, __const char *__text,
|
||||
__const char *__action, __const char *__tag));
|
||||
extern int fmtmsg (long int __classification, __const char *__label,
|
||||
int __severity, __const char *__text,
|
||||
__const char *__action, __const char *__tag) __THROW;
|
||||
|
||||
#ifdef __USE_SVID
|
||||
/* Add or remove severity level. */
|
||||
extern int addseverity __P ((int __severity, __const char *__string));
|
||||
extern int addseverity (int __severity, __const char *__string) __THROW;
|
||||
#endif
|
||||
|
||||
__END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user