summaryrefslogtreecommitdiff
path: root/src/raptor.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2004-12-18 21:41:31 +0000
committerDave Beckett <dave@dajobe.org>2004-12-18 21:41:31 +0000
commit60fc57ee46498fc5f790332af8bba936c6d47984 (patch)
tree05203f44ccf9eef0c0ea86c43567057e06083dfb /src/raptor.h
parent3f43aea9a6c5ed8ea3d67481ec23462ecfb85df7 (diff)
downloadraptor-60fc57ee46498fc5f790332af8bba936c6d47984.tar.gz
Added raptor_uri_print
Diffstat (limited to 'src/raptor.h')
-rw-r--r--src/raptor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raptor.h b/src/raptor.h
index f13d6efa..3bb841d5 100644
--- a/src/raptor.h
+++ b/src/raptor.h
@@ -353,6 +353,8 @@ RAPTOR_API char *raptor_uri_uri_string_to_filename_fragment(const unsigned char
RAPTOR_API int raptor_uri_is_file_uri(const unsigned char* uri_string);
RAPTOR_API unsigned char* raptor_uri_to_relative_counted_uri_string(raptor_uri *base_uri, raptor_uri *reference_uri, size_t *length_p);
RAPTOR_API unsigned char* raptor_uri_to_relative_uri_string(raptor_uri *base_uri, raptor_uri *reference_uri);
+RAPTOR_API void raptor_uri_print(const raptor_uri* uri, FILE *stream);
+
RAPTOR_API void raptor_uri_init(void);
RAPTOR_API void raptor_uri_set_handler(raptor_uri_handler *handler, void *context);