Author: dajobe
Date: Thu Jan 17 04:58:05 2008
New Revision: 13610

URL: http://svn.librdf.org/view?rev=3D13610&view=3Drev
Log:
Add raptor_turtle_writer_quoted_counted_string
replacing raptor_turtle_writer_quoted

Modified:
    raptor/trunk/src/raptor_internal.h

Modified: raptor/trunk/src/raptor_internal.h
URL: http://svn.librdf.org/view/raptor/trunk/src/raptor_internal.h?rev=3D13=
610&r1=3D13609&r2=3D13610&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- raptor/trunk/src/raptor_internal.h (original)
+++ raptor/trunk/src/raptor_internal.h Thu Jan 17 04:58:05 2008
@@ -2,7 +2,7 @@
  *
  * raptor_internal.h - Redland Parser Toolkit for RDF (Raptor) internals
  *
- * Copyright (C) 2002-2007, David Beckett http://purl.org/net/dajobe/
+ * Copyright (C) 2002-2008, David Beckett http://purl.org/net/dajobe/
  * Copyright (C) 2002-2004, University of Bristol, UK http://www.bristol.a=
c.uk/
  * =

  * This package is Free Software and part of Redland http://librdf.org/
@@ -1124,7 +1124,7 @@
 void raptor_turtle_writer_reference(raptor_turtle_writer* turtle_writer, r=
aptor_uri* uri);
 int raptor_turtle_writer_literal(raptor_turtle_writer* turtle_writer, rapt=
or_namespace_stack *nstack, const unsigned char *s, const unsigned char* la=
ng, raptor_uri* datatype);
 void raptor_turtle_writer_qname(raptor_turtle_writer* turtle_writer, rapto=
r_qname* qname);
-int raptor_turtle_writer_quoted(raptor_turtle_writer* turtle_writer, const=
 unsigned char *s);
+int raptor_turtle_writer_quoted_counted_string(raptor_turtle_writer* turtl=
e_writer, const unsigned char *s, size_t length);
 void raptor_turtle_writer_comment(raptor_turtle_writer* turtle_writer, con=
st unsigned char *s);
 int raptor_turtle_writer_features_enumerate(const raptor_feature feature, =
const char **name,  raptor_uri **uri, const char **label);
 int raptor_turtle_writer_set_feature(raptor_turtle_writer *turtle_writer, =
raptor_feature feature, int value);


_______________________________________________
redland-commits mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-commits

Reply via email to