summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r--grammar/rainerscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h
index f41084c8..b7d13a65 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -323,7 +323,7 @@ char *rmLeadingSpace(char *s);
struct cnfstmt * cnfstmtNewPRIFILT(char *prifilt, struct cnfstmt *t_then);
struct cnfstmt * cnfstmtNewPROPFILT(char *propfilt, struct cnfstmt *t_then);
struct cnfstmt * cnfstmtNewAct(struct nvlst *lst);
-struct cnfstmt * cnfstmtNewLegaAct(uchar *actline);
+struct cnfstmt * cnfstmtNewLegaAct(char *actline);
char* getFIOPName(unsigned iFIOP);
rsRetVal initRainerscript(void);