summaryrefslogtreecommitdiff
path: root/include/X11/Xaw/MultiSrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xaw/MultiSrc.h')
-rw-r--r--include/X11/Xaw/MultiSrc.h45
1 files changed, 14 insertions, 31 deletions
diff --git a/include/X11/Xaw/MultiSrc.h b/include/X11/Xaw/MultiSrc.h
index 9ac060d..90d38ed 100644
--- a/include/X11/Xaw/MultiSrc.h
+++ b/include/X11/Xaw/MultiSrc.h
@@ -49,6 +49,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/Xaw/MultiSrc.h,v 1.7 2001/12/14 19:54:41 dawes Exp $ */
/*
* This file was modified from AsciiSrc.h.
@@ -60,13 +61,11 @@ in this Software without prior written authorization from The Open Group.
#define _XawMultiSrc_h
#include <X11/Xaw/TextSrc.h>
-/*Xfuncproto.h included by Intrinsic.h*/
/* Resources:
Name Class RepType Default Value
---- ----- ------- -------------
- callback Callback Callback (none)
dataCompression DataCompression Boolean True
length Length int (internal)
pieceSize PieceSize int BUFSIZ
@@ -76,24 +75,14 @@ in this Software without prior written authorization from The Open Group.
*/
-/* Class record constants */
-
extern WidgetClass multiSrcObjectClass;
typedef struct _MultiSrcClassRec *MultiSrcObjectClass;
typedef struct _MultiSrcRec *MultiSrcObject;
-/*
- * Just to make people's lives a bit easier.
- */
-
#define MultiSourceObjectClass MultiSrcObjectClass
#define MultiSourceObject MultiSrcObject
-/*
- * Resource Definitions.
- */
-
#define XtCDataCompression "DataCompression"
#define XtCPieceSize "PieceSize"
#define XtCType "Type"
@@ -123,28 +112,22 @@ typedef struct _MultiSrcRec *MultiSrcObject;
_XFUNCPROTOBEGIN
+void XawMultiSourceFreeString
+(
+ Widget w
+ );
-extern void XawMultiSourceFreeString(
-#if NeedFunctionPrototypes
- Widget /* w */
-#endif
-);
-
-extern Boolean _XawMultiSave(
-#if NeedFunctionPrototypes
- Widget /* w */
-#endif
-);
-
-extern Boolean _XawMultiSaveAsFile(
-#if NeedFunctionPrototypes
- Widget /* w */,
- _Xconst char* /* name */
-#endif
+Bool _XawMultiSave
+(
+ Widget w
);
+Bool _XawMultiSaveAsFile
+(
+ Widget w,
+ _Xconst char *name
+ );
_XFUNCPROTOEND
-#endif /* _XawMultiSrc_h - Don't add anything after this line. */
-
+#endif /* _XawMultiSrc_h */