Skip to content

Commit

Permalink
Exclude the xlateTags symbol from librpm's public API.
Browse files Browse the repository at this point in the history
The d6a86b5 commit introduced
a new variable that is only used internally by headerMergeLegacySigs().
  • Loading branch information
ppentchev authored and ffesti committed Jun 30, 2021
1 parent b7a1e99 commit 822c3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct pkgdata_s {
rpmRC rc;
};

struct taglate_s {
static struct taglate_s {
rpmTagVal stag;
rpmTagVal xtag;
rpm_count_t count;
Expand Down

0 comments on commit 822c3dc

Please sign in to comment.