diff options
Diffstat (limited to 'grammar/rainerscript.h')
| -rw-r--r-- | grammar/rainerscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h index 4a1715e..c813264 100644 --- a/grammar/rainerscript.h +++ b/grammar/rainerscript.h @@ -347,7 +347,7 @@ struct cnfarray* cnfarrayNew(es_str_t *val); struct cnfarray* cnfarrayDup(struct cnfarray *old); struct cnfarray* cnfarrayAdd(struct cnfarray *ar, es_str_t *val); void cnfarrayContentDestruct(struct cnfarray *ar); -char* getFIOPName(unsigned iFIOP); +const char* getFIOPName(unsigned iFIOP); rsRetVal initRainerscript(void); void unescapeStr(uchar *s, int len); char * tokenval2str(int tok); |
