summaryrefslogtreecommitdiff
path: root/lib/messages.h
blob: 749c057252292cf1ccfcb5e2bc8a86b0a64ff36b (plain)
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 */