summaryrefslogtreecommitdiff
path: root/src/raptor.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2004-11-06 11:27:23 +0000
committerDave Beckett <dave@dajobe.org>2004-11-06 11:27:23 +0000
commitbd69ee30c27f980f546173c9acbe56041f9b009c (patch)
treebb34bba75044c93c8f46899469a58712037e9106 /src/raptor.h
parent82a37ba61ae596619cec252488d17a9eb7f012f2 (diff)
downloadraptor-bd69ee30c27f980f546173c9acbe56041f9b009c.tar.gz
Moved raptor_feature_from_uri to separate section, not just parsers
Diffstat (limited to 'src/raptor.h')
-rw-r--r--src/raptor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/raptor.h b/src/raptor.h
index b487321b..b547ca91 100644
--- a/src/raptor.h
+++ b/src/raptor.h
@@ -279,7 +279,6 @@ RAPTOR_API const char* raptor_get_mime_type(raptor_parser *rdf_parser);
RAPTOR_API int raptor_features_enumerate(const raptor_feature feature, const char **name, raptor_uri **uri, const char **label);
RAPTOR_API int raptor_set_feature(raptor_parser *parser, raptor_feature feature, int value);
RAPTOR_API int raptor_get_feature(raptor_parser *parser, raptor_feature feature);
-RAPTOR_API raptor_feature raptor_feature_from_uri(raptor_uri *uri);
RAPTOR_API void raptor_set_parser_strict(raptor_parser* rdf_parser, int is_strict);
/* Get serializer names */
@@ -493,6 +492,9 @@ RAPTOR_API size_t raptor_iostream_get_bytes_written_count(raptor_iostream *iostr
RAPTOR_API int raptor_iostream_write_decimal(raptor_iostream* iostr, int integer);
RAPTOR_API int raptor_iostream_format_hexadecimal(raptor_iostream* iostr, unsigned int integer, int width);
+/* Parser and Serializer features */
+RAPTOR_API raptor_feature raptor_feature_from_uri(raptor_uri *uri);
+
#ifdef __cplusplus
}
#endif