raptor2.h   raptor2.h 
skipping to change at line 51 skipping to change at line 51
*/ */
#define RAPTOR_V2_AVAILABLE 1 #define RAPTOR_V2_AVAILABLE 1
/** /**
* RAPTOR_VERSION: * RAPTOR_VERSION:
* *
* Raptor library version number * Raptor library version number
* *
* Format: major * 10000 + minor * 100 + release * Format: major * 10000 + minor * 100 + release
*/ */
#define RAPTOR_VERSION 20013 #define RAPTOR_VERSION 20014
/** /**
* RAPTOR_VERSION_STRING: * RAPTOR_VERSION_STRING:
* *
* Raptor library version string * Raptor library version string
*/ */
#define RAPTOR_VERSION_STRING "2.0.13" #define RAPTOR_VERSION_STRING "2.0.14"
/** /**
* RAPTOR_VERSION_MAJOR: * RAPTOR_VERSION_MAJOR:
* *
* Raptor library major version * Raptor library major version
*/ */
#define RAPTOR_VERSION_MAJOR 2 #define RAPTOR_VERSION_MAJOR 2
/** /**
* RAPTOR_VERSION_MINOR: * RAPTOR_VERSION_MINOR:
* *
* Raptor library minor version * Raptor library minor version
*/ */
#define RAPTOR_VERSION_MINOR 0 #define RAPTOR_VERSION_MINOR 0
/** /**
* RAPTOR_VERSION_RELEASE: * RAPTOR_VERSION_RELEASE:
* *
* Raptor library release * Raptor library release
*/ */
#define RAPTOR_VERSION_RELEASE 13 #define RAPTOR_VERSION_RELEASE 14
/** /**
* RAPTOR_API: * RAPTOR_API:
* *
* Macro for wrapping API function call declarations. * Macro for wrapping API function call declarations.
* *
*/ */
#ifndef RAPTOR_API #ifndef RAPTOR_API
# ifdef WIN32 # ifdef WIN32
# ifdef __GNUC__ # ifdef __GNUC__
skipping to change at line 1308 skipping to change at line 1308
int raptor_snprintf(char *buffer, size_t size, const char *format, ...) RAP TOR_PRINTF_FORMAT(3, 4); int raptor_snprintf(char *buffer, size_t size, const char *format, ...) RAP TOR_PRINTF_FORMAT(3, 4);
RAPTOR_API RAPTOR_API
int raptor_vasprintf(char **ret, const char *format, va_list arguments) RAP TOR_PRINTF_FORMAT(2, 0); int raptor_vasprintf(char **ret, const char *format, va_list arguments) RAP TOR_PRINTF_FORMAT(2, 0);
/* RFC2396 URI resolving functions */ /* RFC2396 URI resolving functions */
RAPTOR_API RAPTOR_API
size_t raptor_uri_resolve_uri_reference(const unsigned char *base_uri, cons t unsigned char *reference_uri, unsigned char* buffer, size_t length); size_t raptor_uri_resolve_uri_reference(const unsigned char *base_uri, cons t unsigned char *reference_uri, unsigned char* buffer, size_t length);
/* URI String utility functions */ /* URI String utility functions */
RAPTOR_API RAPTOR_API
unsigned char* raptor_uri_counted_filename_to_uri_string(const char *filena
me, size_t filename_len);
RAPTOR_API
unsigned char* raptor_uri_filename_to_uri_string(const char *filename); unsigned char* raptor_uri_filename_to_uri_string(const char *filename);
RAPTOR_API RAPTOR_API
int raptor_uri_filename_exists(const unsigned char* path); int raptor_uri_filename_exists(const unsigned char* path);
RAPTOR_API RAPTOR_API
char* raptor_uri_uri_string_to_filename(const unsigned char *uri_string); char* raptor_uri_uri_string_to_filename(const unsigned char *uri_string);
RAPTOR_API RAPTOR_API
char* raptor_uri_uri_string_to_filename_fragment(const unsigned char *uri_s tring, unsigned char **fragment_p); char* raptor_uri_uri_string_to_filename_fragment(const unsigned char *uri_s tring, unsigned char **fragment_p);
RAPTOR_API RAPTOR_API
int raptor_uri_uri_string_is_file_uri(const unsigned char* uri_string); int raptor_uri_uri_string_is_file_uri(const unsigned char* uri_string);
RAPTOR_API RAPTOR_API
 End of changes. 4 change blocks. 
3 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/