2024-02-27 17:03:01 +03:00
|
|
|
# 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
|
2024-09-20 12:11:08 +03:00
|
|
|
|
|
|
|
# winpr_strerror did use unsigned instead of signed int as argument
|
|
|
|
[suppress_function]
|
|
|
|
change_kine = function-subtype-change
|
|
|
|
name = winpr_strerror
|