Binary compatibility report for the libmpdclient library between 0.12.1 and 0.13.0 versions on x86
Test Info
Library Name | libmpdclient |
Version #1 | 0.12.1 |
Version #2 | 0.13.0 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 85 / 44 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 13 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (13)
libmpdclient.h,
libmpdclient.so
mpd_freeSearchStats ( mpd_SearchStats* stats )
mpd_getNextHandler ( mpd_Connection* connection )
mpd_getNextTagType ( mpd_Connection* connection )
mpd_getSearchStats ( mpd_Connection* connection )
mpd_sendPlaylistAddCommand ( mpd_Connection* connection, char* playlist, char* path )
mpd_sendPlaylistClearCommand ( mpd_Connection* connection, char* path )
mpd_sendPlaylistDeleteCommand ( mpd_Connection* connection, char* playlist, int pos )
mpd_sendPlaylistMoveCommand ( mpd_Connection* connection, char* playlist, int from, int to )
mpd_sendRenameCommand ( mpd_Connection* connection, char const* from, char const* to )
mpd_sendTagTypesCommand ( mpd_Connection* connection )
mpd_sendUrlHandlersCommand ( mpd_Connection* connection )
mpd_startPlaylistSearch ( mpd_Connection* connection, int exact )
mpd_startStatsSearch ( mpd_Connection* connection )
to the top
Header Files (1)
libmpdclient.h
to the top
Shared Libraries (1)
libmpdclient.so
to the top
Generated on Sat Sep 3 18:02:55 2011 for libmpdclient by ABI Compliance Checker 1.93.8
A tool for checking backward binary compatibility of a shared C/C++ library API