Skip to content

Commit

Permalink
dracut: remove unused 'headerGetString' function declaration from hea…
Browse files Browse the repository at this point in the history
…der file

This function now has internal linkage with the `static` keyword in the source files.
  • Loading branch information
KKoukiou committed Feb 24, 2025
1 parent 3103f20 commit fd88e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dracut/dd/rpmutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ typedef int (*dependencyfunc)(const char* depname, const char* depversion, const
*/
typedef int (*okfunc)(const char* filename, Header *rpmheader, int packageflags);

const char * headerGetString(Header h, rpmTagVal tag);
int init_rpm();
int checkDDRPM(const char *source,
dependencyfunc provides,
Expand Down

0 comments on commit fd88e93

Please sign in to comment.