rpm  5.4.14
Functions | Variables
rpmhdr-rb.h File Reference
#include "rpm-rb.h"
Include dependency graph for rpmhdr-rb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Init_rpmhdr (void)
 
VALUE rpmrb_NewHdr (void *_h)
 

Variables

VALUE rpmhdrClass
 

Function Documentation

void Init_rpmhdr ( void  )

Definition at line 249 of file rpmhdr-rb.c.

References _debug, fprintf(), initMethods(), initProperties(), rpmhdr_new(), and rpmhdrClass.

VALUE rpmrb_NewHdr ( void _h)

Definition at line 263 of file rpmhdr-rb.c.

References rpmhdr_free(), and rpmhdrClass.

Referenced by rpmmi_each(), and rpmmi_next().

Variable Documentation

VALUE rpmhdrClass

Definition at line 28 of file rpmhdr-rb.c.

Referenced by Init_rpmhdr(), and rpmrb_NewHdr().