summaryrefslogtreecommitdiff
path: root/include/X11/Xaw3d/Paned.h
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-24 04:23:57 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-24 23:34:51 -0500
commita4c27e1e353978aeb78cfb9a3f4dda7689119ee9 (patch)
treee1ff9c075cd89e9d1fc88d610261ac3f68c82f4c /include/X11/Xaw3d/Paned.h
parentdc03ee95bc990e22094360c3b0c801ae2fdeed8e (diff)
unifdef -DNeedFunctionPrototypes -DNeedVarargsPrototypes
This is the first step to removing old-style function definition warnings. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Acked-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'include/X11/Xaw3d/Paned.h')
-rw-r--r--include/X11/Xaw3d/Paned.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/X11/Xaw3d/Paned.h b/include/X11/Xaw3d/Paned.h
index d7759cb..f88226d 100644
--- a/include/X11/Xaw3d/Paned.h
+++ b/include/X11/Xaw3d/Paned.h
@@ -175,11 +175,9 @@ _XFUNCPROTOBEGIN
*/
extern void XawPanedSetMinMax(
-#if NeedFunctionPrototypes
Widget /* w */,
int /* min */,
int /* max */
-#endif
);
/* Function Name: XawPanedGetMinMax
@@ -190,11 +188,9 @@ extern void XawPanedSetMinMax(
*/
extern void XawPanedGetMinMax(
-#if NeedFunctionPrototypes
Widget /* w */,
int * /* min_return */,
int * /* max_return */
-#endif
);
/* Function Name: XawPanedSetRefigureMode
@@ -206,14 +202,12 @@ extern void XawPanedGetMinMax(
*/
extern void XawPanedSetRefigureMode(
-#if NeedFunctionPrototypes
Widget /* w */,
#if NeedWidePrototypes
/* Boolean */ int /* mode */
#else
Boolean /* mode */
#endif
-#endif
);
/* Function Name: XawPanedGetNumSub
@@ -223,9 +217,7 @@ extern void XawPanedSetRefigureMode(
*/
extern int XawPanedGetNumSub(
-#if NeedFunctionPrototypes
Widget /* w */
-#endif
);
/* Function Name: XawPanedAllowResize
@@ -236,14 +228,12 @@ extern int XawPanedGetNumSub(
*/
extern void XawPanedAllowResize(
-#if NeedFunctionPrototypes
Widget /* w */,
#if NeedWidePrototypes
/* Boolean */ int /* allow_resize */
#else
Boolean /* allow_resize */
#endif
-#endif
);
_XFUNCPROTOEND