summaryrefslogtreecommitdiff
path: root/src/turtle_common.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-11-28 22:20:38 +0000
committerDave Beckett <dave@dajobe.org>2003-11-28 22:20:38 +0000
commit645acdd00aace075ba581dba053b78c723f3fcbe (patch)
tree028434ce1edfe9212bccf4b9c65de3548ead31b7 /src/turtle_common.h
parentb661f27f646cc93c11cbd45d0334f54c10d57712 (diff)
downloadraptor-645acdd00aace075ba581dba053b78c723f3fcbe.tar.gz
Undo n3_syntax_error back to raptor_parser arg.
Diffstat (limited to 'src/turtle_common.h')
-rw-r--r--src/turtle_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/turtle_common.h b/src/turtle_common.h
index 719300e9..4e5976ef 100644
--- a/src/turtle_common.h
+++ b/src/turtle_common.h
@@ -28,7 +28,7 @@ extern "C" {
/* n3_parser.y */
-int n3_syntax_error(void *rdf_parser, const char *message, ...);
+int n3_syntax_error(raptor_parser *rdf_parser, const char *message, ...);
raptor_uri* n3_qname_to_uri(raptor_parser *rdf_parser, unsigned char *name, size_t name_len);