next up previous contents index
Next: rpmlib Functions Up: A Guide to the Previous: A Guide to the   Contents   Index


An Overview of rpmlib

There are a number of files that make up rpmlib. First and foremost, of course, is the rpmlib library, librpm.a. This library contains all the functions required to implement all the basic functions contained in RPM.

The remaining files define the various data structures, parameters, and symbols used by rpmlib:

In general, rpmlib.h will always be required. When using rpmlib's header-related functions, header.h will be required, while the database-related function will require dbindex.h. As each function is described in this chapter, we'll provide the function's prototype as well as the #include statements the function requires.



converted to HTML by Tim Riker