diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-14 03:46:53 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-14 04:10:32 -0400 |
commit | 0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (patch) | |
tree | 7427f6c51dddc6fad14d373dcbafb0abc1d187e3 /man/XtAppErrorMsg.man | |
parent | 9bebcedeb378f9fd6ea26767b11dae551b94dc54 (diff) |
add _X_NORETURN to agree with header-file
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppErrorMsg.man')
-rw-r--r-- | man/XtAppErrorMsg.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtAppErrorMsg.man b/man/XtAppErrorMsg.man index 9a59779..7f1e957 100644 --- a/man/XtAppErrorMsg.man +++ b/man/XtAppErrorMsg.man @@ -41,11 +41,11 @@ XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningM .SH SYNTAX #include <X11/Intrinsic.h> .HP -void XtAppErrorMsg(XtAppContext \fIapp_context\fP, const char *\fIname\fP, +_X_NORETURN void XtAppErrorMsg(XtAppContext \fIapp_context\fP, const char *\fIname\fP, const char *\fItype\fP, const char *\fIclass\fP, const char *\fIdefaultMsg\fP, String *\fIparams\fP, Cardinal *\fInum_params\fP); .HP -XtErrorMsgHandler XtAppSetErrorMsgHandler(XtAppContext \fIapp_context\fP, XtErrorMsgHandler +XtErrorMsgHandler XtAppSetErrorMsgHandler(XtAppContext \fIapp_context\fP, _X_NORETURN XtErrorMsgHandler \fImsg_handler\fP); .HP XtErrorMsgHandler XtAppSetWarningMsgHandler(XtAppContext \fIapp_context\fP, |