Binary compatibility report for the Flickcurl library  between 1.17 and 1.18 versions on x86

Test Info


Library NameFlickcurl
Version #11.17
Version #21.18
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types307 / 210
VerdictIncompatible
(8.8%)

Problem Summary


SeverityCount
Added Symbols-13
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low2
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-1

Added Symbols (13)


flickcurl.h, libflickcurl.so.0.0.0
flickcurl_free_gallery struct flickcurl_gallery* gallery )
flickcurl_galleries_create flickcurl* fc, char const* title, char const* description, char const* primary_photo_id, char** gallery_url_p )
flickcurl_galleries_editMeta flickcurl* fc, char const* gallery_id, char const* title, char const* description )
flickcurl_galleries_editPhoto flickcurl* fc, char const* gallery_id, char const* photo_id, char const* new_comment )
flickcurl_galleries_editPhotos flickcurl* fc, char const* gallery_id, char const* primary_photo_id, char const** photo_ids_array )
flickcurl_galleries_getInfo flickcurl* fc, char const* gallery_id )
flickcurl_galleries_getPhotos flickcurl* fc, char const* gallery_id, char const* extras, int per_page, int page )
flickcurl_galleries_getPhotos_params flickcurl* fc, char const* gallery_id, struct flickcurl_photos_list_params* list_params )
flickcurl_new_with_handle void* curl_handle )
flickcurl_people_getPhotos flickcurl* fc, char const* user_id, int safe_search, char const* min_upload_date, char const* max_upload_date, char const* min_taken_date, char const* max_taken_date, int content_type, int privacy_filter, char const* extras, int per_page, int page )
flickcurl_people_getPhotos_params flickcurl* fc, char const* user_id, int safe_search, char const* min_upload_date, char const* max_upload_date, char const* min_taken_date, char const* max_taken_date, int content_type, int privacy_filter, struct flickcurl_photos_list_params* list_params )
flickcurl_set_curl_setopt_handler flickcurl* fc, flickcurl_curl_setopt_handler curl_handler, void* curl_handler_data )
flickcurl_urls_lookupGallery flickcurl* fc, char const* url )

to the top

Problems with Data Types, Medium Severity (1)


flickcurl.h
[+] struct flickcurl_photo_s (1)

to the top

Problems with Data Types, Low Severity (2)


flickcurl.h
[+] enum flickcurl_photo_field_type (1)
[+] struct flickcurl_photo_s (1)

to the top

Other Changes in Data Types (1)


flickcurl.h
[+] enum flickcurl_photo_field_type (1)

to the top

Header Files (1)


flickcurl.h

to the top

Shared Libraries (1)


libflickcurl.so.0.0.0

to the top




Generated on Thu Jan 9 14:11:43 2014 for Flickcurl by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API