summaryrefslogtreecommitdiff
path: root/xc/lib/Xmu/CloseHook.h
diff options
context:
space:
mode:
authorconverse <empty>1991-05-28 16:11:53 +0000
committerconverse <empty>1991-05-28 16:11:53 +0000
commit10ee95de4d2e4ecc1f9a7b5313015fce6c477e9d (patch)
tree87aea1b1308e865a43f0c1d99881d1b101e5ab87 /xc/lib/Xmu/CloseHook.h
parent72e861237add15c2a7a47e362d75336c4807ea48 (diff)
an XmuCloseHookProc type procedure must return int, for backward
compatibility, even though any return value is never used.
Diffstat (limited to 'xc/lib/Xmu/CloseHook.h')
-rw-r--r--xc/lib/Xmu/CloseHook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xmu/CloseHook.h b/xc/lib/Xmu/CloseHook.h
index e09fd3609..13b56dfc2 100644
--- a/xc/lib/Xmu/CloseHook.h
+++ b/xc/lib/Xmu/CloseHook.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: CloseHook.h,v 1.2 90/12/19 18:08:38 converse Exp $
+ * $XConsortium: CloseHook.h,v 1.3 91/05/28 14:55:34 converse Exp $
*
* Copyright 1988 by the Massachusetts Institute of Technology
*
@@ -24,7 +24,7 @@
typedef caddr_t CloseHook;
-typedef void (*XmuCloseHookProc)(
+typedef int (*XmuCloseHookProc)(
#if NeedFunctionPrototypes
Display* /* dpy */,
caddr_t /* data */