summaryrefslogtreecommitdiff
path: root/ext/syck/syck.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/syck/syck.h')
-rw-r--r--ext/syck/syck.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/syck/syck.h b/ext/syck/syck.h
index 4d65095e23..f7ac39fc94 100644
--- a/ext/syck/syck.h
+++ b/ext/syck/syck.h
@@ -445,6 +445,9 @@ long syck_seq_count( SyckNode * );
* Lexer prototypes
*/
void syckerror( char * );
+int syckparse( void * );
+union YYSTYPE;
+int sycklex( union YYSTYPE *, SyckParser * );
#if defined(__cplusplus)
} /* extern "C" { */