diff options
Diffstat (limited to 'rpmconstant/rpmh2tbl')
-rwxr-xr-x | rpmconstant/rpmh2tbl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpmconstant/rpmh2tbl b/rpmconstant/rpmh2tbl index 35b0e18..0d442ac 100755 --- a/rpmconstant/rpmh2tbl +++ b/rpmconstant/rpmh2tbl @@ -57,7 +57,8 @@ my %file_const = ( '^(RPMERR_[\w_]+)' => 'rpmerrCode', }, 'rpmfi.h' => { - '^(RPMFILE_[^(STATE_)][\w_]+)' => 'rpmfileAttrs', + '^(RPMFILE_[^(STATE_|IS)][\w_]+)' => 'rpmfileAttrs', + '^(RPMFILE_ICON)' => 'rpmfileAttrs', '^(RPMFILE_STATE_[\w_]+)' => 'rpmfileState', '^(PIPE|CDEV|XDIR|BDEV|REG|LINK|SOCK)$' => 'fileTypes', '^(FA_[\w_]+)' => 'fileAction', |