flickcurl.h   flickcurl.h 
skipping to change at line 1446 skipping to change at line 1446
FLICKCURL_API FLICKCURL_API
void flickcurl_set_sign(flickcurl *fc); void flickcurl_set_sign(flickcurl *fc);
FLICKCURL_API FLICKCURL_API
void flickcurl_set_tag_handler(flickcurl* fc, flickcurl_tag_handler tag_ha ndler, void *tag_data); void flickcurl_set_tag_handler(flickcurl* fc, flickcurl_tag_handler tag_ha ndler, void *tag_data);
FLICKCURL_API FLICKCURL_API
void flickcurl_set_user_agent(flickcurl* fc, const char *user_agent); void flickcurl_set_user_agent(flickcurl* fc, const char *user_agent);
FLICKCURL_API FLICKCURL_API
void flickcurl_set_write(flickcurl *fc, int is_write); void flickcurl_set_write(flickcurl *fc, int is_write);
FLICKCURL_API FLICKCURL_API
void flickcurl_set_xml_data(flickcurl *fc, xmlDocPtr doc); void flickcurl_set_xml_data(flickcurl *fc, xmlDocPtr doc);
FLICKCURL_API
int flickcurl_get_current_request_wait(flickcurl *fc);
/* flickcurl* object set methods */ /* flickcurl* object set methods */
FLICKCURL_API FLICKCURL_API
const char* flickcurl_get_api_key(flickcurl *fc); const char* flickcurl_get_api_key(flickcurl *fc);
FLICKCURL_API FLICKCURL_API
const char* flickcurl_get_shared_secret(flickcurl *fc); const char* flickcurl_get_shared_secret(flickcurl *fc);
FLICKCURL_API FLICKCURL_API
const char* flickcurl_get_auth_token(flickcurl *fc); const char* flickcurl_get_auth_token(flickcurl *fc);
/* other flickcurl class destructors */ /* other flickcurl class destructors */
skipping to change at line 1526 skipping to change at line 1528
void flickcurl_free_video(flickcurl_video *video); void flickcurl_free_video(flickcurl_video *video);
FLICKCURL_API FLICKCURL_API
void flickcurl_free_tag_predicate_value(flickcurl_tag_predicate_value* tag_ pv); void flickcurl_free_tag_predicate_value(flickcurl_tag_predicate_value* tag_ pv);
FLICKCURL_API FLICKCURL_API
void flickcurl_free_tag_predicate_values(flickcurl_tag_predicate_value **ta g_pvs); void flickcurl_free_tag_predicate_values(flickcurl_tag_predicate_value **ta g_pvs);
/* utility methods */ /* utility methods */
/* get an image URL for a photo in some size */ /* get an image URL for a photo in some size */
FLICKCURL_API FLICKCURL_API
char* flickcurl_photo_as_source_uri(flickcurl_photo *photo, const char c); char* flickcurl_photo_as_source_uri(flickcurl_photo *photo, const char c);
/* get a photo ID from an image URL */
FLICKCURL_API
char* flickcurl_source_uri_as_photo_id(const char *uri);
/* get a page URL for a photo */ /* get a page URL for a photo */
FLICKCURL_API FLICKCURL_API
char* flickcurl_photo_as_page_uri(flickcurl_photo *photo); char* flickcurl_photo_as_page_uri(flickcurl_photo *photo);
/* get a owner icon URL for a photo */ /* get a owner icon URL for a photo */
FLICKCURL_API FLICKCURL_API
char* flickcurl_user_icon_uri(int farm, int server, char *nsid); char* flickcurl_user_icon_uri(int farm, int server, char *nsid);
FLICKCURL_API FLICKCURL_API
char* flickcurl_photo_as_user_icon_uri(flickcurl_photo *photo); char* flickcurl_photo_as_user_icon_uri(flickcurl_photo *photo);
/* get a short URL for a photo ID - http://flic.kr */ /* get a short URL for a photo ID - http://flic.kr */
FLICKCURL_API FLICKCURL_API
 End of changes. 2 change blocks. 
0 lines changed or deleted 5 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/