aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/ListExt.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/ListExt.c')
-rw-r--r--nx-X11/lib/X11/ListExt.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/nx-X11/lib/X11/ListExt.c b/nx-X11/lib/X11/ListExt.c
index b04c15fea..16b522e88 100644
--- a/nx-X11/lib/X11/ListExt.c
+++ b/nx-X11/lib/X11/ListExt.c
@@ -29,9 +29,9 @@ in this Software without prior written authorization from The Open Group.
#endif
#include "Xlibint.h"
-char **XListExtensions(dpy, nextensions)
-register Display *dpy;
-int *nextensions; /* RETURN */
+char **XListExtensions(
+ register Display *dpy,
+ int *nextensions) /* RETURN */
{
xListExtensionsReply rep;
char **list;
@@ -87,8 +87,7 @@ int *nextensions; /* RETURN */
}
int
-XFreeExtensionList (list)
-char **list;
+XFreeExtensionList (char **list)
{
if (list != NULL) {
Xfree (list[0]-1);