diff options
Diffstat (limited to 'xc/lib/dps/csstartNX.h')
-rw-r--r-- | xc/lib/dps/csstartNX.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/xc/lib/dps/csstartNX.h b/xc/lib/dps/csstartNX.h index 78b0a550b..5e80e60aa 100644 --- a/xc/lib/dps/csstartNX.h +++ b/xc/lib/dps/csstartNX.h @@ -41,12 +41,6 @@ #include <X11/Xlib.h> -#ifndef _NO_PROTO -#define ARGS(list) (list) -#else -#define ARGS(list) () -#endif - /* ---Globals--- */ extern Bool gStartXDPSNXIsPresent; @@ -57,8 +51,7 @@ extern Bool gStartXDPSNXIsPresent; /* ---Functions--- */ -extern int -StartXDPSNX ARGS((char **additionalArgs)); +extern int StartXDPSNX (char **additionalArgs); /* * StartXDPSNX attempts to fork and exec the object file specified by * the DPSSetNXArg argument "DPSNXEXEC". It passes as arguments to the @@ -69,5 +62,6 @@ StartXDPSNX ARGS((char **additionalArgs)); * started correctly. Otherwise it returns !Success */ +extern int XDPSNXRecommendPort(int transport); #endif /* CSSTARTNX_H */ |