summaryrefslogtreecommitdiff
path: root/include/X11/Xmu/StdSel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xmu/StdSel.h')
-rw-r--r--include/X11/Xmu/StdSel.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/include/X11/Xmu/StdSel.h b/include/X11/Xmu/StdSel.h
index a38f8d7..ba6513f 100644
--- a/include/X11/Xmu/StdSel.h
+++ b/include/X11/Xmu/StdSel.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/StdSel.h,v 1.8 2001/12/14 19:55:50 dawes Exp $ */
/*
* The interfaces described by this header file are for miscellaneous utilities
@@ -39,21 +40,18 @@ in this Software without prior written authorization from The Open Group.
_XFUNCPROTOBEGIN
-extern Boolean XmuConvertStandardSelection(
-#if NeedFunctionPrototypes
- Widget /* w */,
- Time /* time */,
- Atom* /* selection */,
- Atom* /* target */,
- Atom* /* type_return */,
- XPointer * /* value_return */,
- unsigned long * /* length_return */,
- int * /* format_return */
-#endif
-);
+Boolean XmuConvertStandardSelection
+(
+ Widget w,
+ Time timev,
+ Atom *selection,
+ Atom *target,
+ Atom *type_return,
+ XPointer *value_return,
+ unsigned long *length_return,
+ int *format_return
+ );
_XFUNCPROTOEND
#endif /* _XMU_SELECTION_H_ */
-
-