C++ CSS HTML Java JavaScript MySQL Oracle PERL PHP SQL Unix VBScript XHTML XML Сети
A Guide to the RPM Library API
 

Chapter 21. A Guide to the RPM Library API

programs. Rather than continually refer to "the RPM library" throughout this chapter, we'll use the name of the library's main include file — rpmlib.

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

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.

Главная