aboutsummaryrefslogtreecommitdiffstats
path: root/lang/rexx-regutil/files/patch-rxproto.h
blob: 0ddaba75fdf90727877a8707554d8ca0ec866c1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rxproto.h.orig	2003-05-23 11:05:50 UTC
+++ rxproto.h
@@ -53,7 +53,7 @@
  * to something else, and a pointer to the result string.
  * It returns 0 for success, and some other value for failure */
 
-#define rxfunc(x) APIRET APIENTRY x(PUCHAR fname, ULONG argc, PRXSTRING argv, PSZ pSomething, PRXSTRING result)
+#define rxfunc(x) APIRET APIENTRY x(PCSZ fname, ULONG argc, PRXSTRING argv, PCSZ pSomething, PRXSTRING result)
 
 /* return codes. 22 is rc for invalid call */
 #define NOMEMORY 5