diff options
Diffstat (limited to 'src/lj_cparse.h')
-rw-r--r-- | src/lj_cparse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_cparse.h b/src/lj_cparse.h index bad1060b..e40b4047 100644 --- a/src/lj_cparse.h +++ b/src/lj_cparse.h | |||
@@ -60,6 +60,8 @@ typedef struct CPState { | |||
60 | 60 | ||
61 | LJ_FUNC int lj_cparse(CPState *cp); | 61 | LJ_FUNC int lj_cparse(CPState *cp); |
62 | 62 | ||
63 | LJ_FUNC int lj_cparse_case(GCstr *str, const char *match); | ||
64 | |||
63 | #endif | 65 | #endif |
64 | 66 | ||
65 | #endif | 67 | #endif |