home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
misc
/
src
/
rpm
/
lib
/
messages.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-09-17
|
150b
|
9 lines
#ifndef H_MESSAGES
#define H_MESSAGES
/* all the rest of what was here moved to rpmlib.h */
void rpmMessage(int level, char * format, ...);
#endif