summaryrefslogtreecommitdiff
path: root/man/XtAppErrorMsg.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-03-23 11:51:55 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-16 18:23:27 -0400
commit6b500c797a461c6da3baf6a1be208b232bf84366 (patch)
tree11f41fc065efa39f18fd768951c128e633e45a9d /man/XtAppErrorMsg.man
parent101090b0a60c8bc9aa38c8fd42b35119739bc53f (diff)
downloadxorg-lib-libXt-6b500c797a461c6da3baf6a1be208b232bf84366.tar.gz
fix minor regression in prototype updates
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppErrorMsg.man')
-rw-r--r--man/XtAppErrorMsg.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtAppErrorMsg.man b/man/XtAppErrorMsg.man
index bc5be59..96360e2 100644
--- a/man/XtAppErrorMsg.man
+++ b/man/XtAppErrorMsg.man
@@ -40,14 +40,14 @@
XtAppErrorMsg, XtAppSetErrorMsgHandler, XtAppSetWarningMsgHandler, XtAppWarningMsg \- high-level error handlers
.SH SYNTAX
.HP
-XtErrorMsgHandler XtAppErrorMsg(XtAppContext \fIapp_context\fP, const char *\fIname\fP,
+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
\fImsg_handler\fP);
.HP
-void XtAppSetWarningMsgHandler(XtAppContext \fIapp_context\fP,
+XtErrorMsgHandler XtAppSetWarningMsgHandler(XtAppContext \fIapp_context\fP,
XtErrorMsgHandler \fImsg_handler\fP);
.HP
void XtAppWarningMsg(XtAppContext \fIapp_context\fP, const char *\fIname\fP,