summaryrefslogtreecommitdiff
path: root/textproc/syck/files/patch-lib_syck.h
blob: 43ce75290936ca3d36aba1a9f14f82371b149b87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/syck.h.orig	2013-03-14 21:32:03.000000000 +0800
+++ lib/syck.h	2013-03-14 21:32:45.000000000 +0800
@@ -467,7 +467,7 @@
 /*
  * Lexer prototypes
  */
-void syckerror( const char * );
+void syckerror( void *, const char * );
 int syckparse( void * );
 
 #if defined(__cplusplus)