summaryrefslogtreecommitdiff
path: root/include/X11/Xmu/WidgetNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xmu/WidgetNode.h')
-rw-r--r--include/X11/Xmu/WidgetNode.h57
1 files changed, 27 insertions, 30 deletions
diff --git a/include/X11/Xmu/WidgetNode.h b/include/X11/Xmu/WidgetNode.h
index f24a8fa..a717544 100644
--- a/include/X11/Xmu/WidgetNode.h
+++ b/include/X11/Xmu/WidgetNode.h
@@ -25,6 +25,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
+/* $XFree86: xc/lib/Xmu/WidgetNode.h,v 1.6 2001/12/14 19:55:58 dawes Exp $ */
/*
* Author: Jim Fulton, MIT X Consortium
@@ -64,36 +65,32 @@ typedef struct _XmuWidgetNode {
/* external interfaces */
_XFUNCPROTOBEGIN
-extern void XmuWnInitializeNodes (
-#if NeedFunctionPrototypes
- XmuWidgetNode * /* nodearray */,
- int /* nnodes */
-#endif
-);
-
-extern void XmuWnFetchResources (
-#if NeedFunctionPrototypes
- XmuWidgetNode * /* node */,
- Widget /* toplevel */,
- XmuWidgetNode * /* topnode */
-#endif
-);
-
-extern int XmuWnCountOwnedResources (
-#if NeedFunctionPrototypes
- XmuWidgetNode * /* node */,
- XmuWidgetNode * /* ownernode */,
- Bool /* constraints */
-#endif
-);
-
-extern XmuWidgetNode *XmuWnNameToNode (
-#if NeedFunctionPrototypes
- XmuWidgetNode * /* nodelist */,
- int /* nnodes */,
- _Xconst char * /* name */
-#endif
-);
+void XmuWnInitializeNodes
+(
+ XmuWidgetNode *nodearray,
+ int nnodes
+ );
+
+void XmuWnFetchResources
+(
+ XmuWidgetNode *node,
+ Widget toplevel,
+ XmuWidgetNode *topnode
+ );
+
+int XmuWnCountOwnedResources
+(
+ XmuWidgetNode *node,
+ XmuWidgetNode *ownernode,
+ Bool constraints
+ );
+
+XmuWidgetNode *XmuWnNameToNode
+(
+ XmuWidgetNode *nodelist,
+ int nnodes,
+ _Xconst char *name
+ );
_XFUNCPROTOEND