summaryrefslogtreecommitdiff
path: root/xc/lib/Xmu/CloseHook.h
diff options
context:
space:
mode:
authorjim <empty>1989-07-14 17:51:52 +0000
committerjim <empty>1989-07-14 17:51:52 +0000
commit72ea48e2d04b51a0f7771a76b58193dee47a1624 (patch)
tree14970a146f50df73f329395b7bcb2c755d098e1d /xc/lib/Xmu/CloseHook.h
parenta57ec2a51a5510db8bf1603863d0c3bc39744dd8 (diff)
Initial revision
Diffstat (limited to 'xc/lib/Xmu/CloseHook.h')
-rw-r--r--xc/lib/Xmu/CloseHook.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/xc/lib/Xmu/CloseHook.h b/xc/lib/Xmu/CloseHook.h
new file mode 100644
index 000000000..f865fcc47
--- /dev/null
+++ b/xc/lib/Xmu/CloseHook.h
@@ -0,0 +1,30 @@
+/*
+ * $XConsortium: Xmu.h,v 1.23 89/06/07 16:50:58 jim Exp $
+ *
+ * Copyright 1988 by the Massachusetts Institute of Technology
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted, provided
+ * that the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising
+ * or publicity pertaining to distribution of the software without specific,
+ * written prior permission. M.I.T. makes no representations about the
+ * suitability of this software for any purpose. It is provided "as is"
+ * without express or implied warranty.
+ *
+ * The X Window System is a Trademark of MIT.
+ *
+ * The interfaces described by this header file are for miscellaneous utilities
+ * and are not part of the Xlib standard.
+ */
+
+#ifndef _XMU_CLOSEHOOK_H_
+#define _XMU_CLOSEHOOK_H_
+
+typedef caddr_t CloseHook;
+CloseHook XmuAddCloseDisplayHook (/* Display *, int (*)(), caddr_t */);
+Bool XmuRemoveCloseDisplayHook (/* Display *,CloseHook,int (*)(),caddr_t */);
+Bool XmuLookupCloseDisplayHook (/* Display *,CloseHook,int (*)(),caddr_t */);
+
+#endif /* _XMU_CLOSEHOOK_H_ */