home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / misc / src / rpm / lib / messages.h < prev    next >
C/C++ Source or Header  |  1997-09-17  |  150b  |  9 lines

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