e79aaf4d82
The change is not 100% clean but does not break ABI (but might create some unnecessary warnings in 3rd party code)
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
# settings are opaque, ignore all changes
|
|
[suppress_type]
|
|
type_kind = struct
|
|
name = rdp_settings
|
|
|
|
# allow insertions at end of structs
|
|
[suppress_type]
|
|
type_kind = struct
|
|
has_data_members_inserted_at = end
|
|
|
|
# winpr_strerror did use unsigned instead of signed int as argument
|
|
[suppress_function]
|
|
change_kine = function-subtype-change
|
|
name = winpr_strerror
|