From 357625810193c2b51b86f73a5db090a116134c32 Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Wed, 1 Feb 2012 17:38:01 -0800 Subject: (raptor_uri_filename_exists): Added --- docs/raptor-1-to-2-map.tsv | 1 + docs/raptor2-sections.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/raptor-1-to-2-map.tsv b/docs/raptor-1-to-2-map.tsv index 9d28b539..2fb9f5f6 100644 --- a/docs/raptor-1-to-2-map.tsv +++ b/docs/raptor-1-to-2-map.tsv @@ -408,6 +408,7 @@ 2.0.5 - - - 2.0.6 int raptor_sequence_next_permutation (raptor_sequence *seq, raptor_data_compare_handler compare) - 2.0.6 - - - 2.0.7 char* raptor_uri_uri_string_to_counted_filename_fragment (const unsigned char *uri_string, size_t* len_p, unsigned char **fragment_p, size_t* fragment_len_p) - 2.0.6 - - - 2.0.7 int raptor_uri_file_exists (raptor_uri* uri) - +2.0.6 - - - 2.0.7 int raptor_uri_filename_exists (const unsigned char* path) - 2.0.6 - - - 2.0.7 raptor_uri* raptor_new_uri_from_uri_or_file_string (raptor_world* world, raptor_uri* base_uri, const unsigned char* uri_or_file_string) - 2.0.6 - - - 2.0.7 void raptor_sax2_set_uri_filter (raptor_sax2* sax2, raptor_uri_filter_func filter, void *user_data) - # diff --git a/docs/raptor2-sections.txt b/docs/raptor2-sections.txt index b56a231d..3ca953f4 100644 --- a/docs/raptor2-sections.txt +++ b/docs/raptor2-sections.txt @@ -247,6 +247,7 @@ raptor_uri_print raptor_uri_get_world raptor_uri_write raptor_uri_file_exists +raptor_uri_filename_exists
-- cgit v1.2.1