1 2 3 4 5 6 7 8
#ifndef H_MESSAGES #define H_MESSAGES /* all the rest of what was here moved to rpmlib.h */ void rpmMessage(int level, char * format, ...); #endif /* H_MESSAGES */