Add adCode and adDistrict to isds_Address, add aifoIsds to isds_DbOwnerInfo
commit5f00ad1742d3fe7ee2096b2f0fe6678d3f675cc8
authorPetr Písař <petr.pisar@atlas.cz>
Tue, 22 Dec 2015 14:43:09 +0000 (22 15:43 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Thu, 31 Dec 2015 15:29:09 +0000 (31 16:29 +0100)
treea382a65de1c94c76af7c7a5cc2fb94b947f47fd6
parent7fe2fa872404bf01a289af5a02fecbf3244ae58f
Add adCode and adDistrict to isds_Address, add aifoIsds to isds_DbOwnerInfo

This adds three new memebers to two structures. This is necessary to implement
new FindPersonalDataBox service. The new service has a lot of common with
isds_DbOwnerInfo structure, so I decided to augment it instead of
creating new structure. Therefore all current functions will ignore the new
members when talking to the server as the current services do not recognize
them.

This breaks ABI. The API remains compatible.
client/common.c
doc/libisds.xml
src/isds.c
src/isds.h
test/offline/isds_Address_duplicate.c
test/offline/isds_Address_free.c
test/offline/isds_DbOwnerInfo_duplicate.c
test/offline/isds_DbOwnerInfo_free.c