rpm  5.4.10
Data Fields
rpmhookItem_s Struct Reference
Collaboration diagram for rpmhookItem_s:
Collaboration graph
[legend]

Data Fields

rpmhookFunc func
 
void * data
 
struct rpmhookItem_snext
 

Detailed Description

Definition at line 14 of file rpmhook.c.

Field Documentation

§ data

void* rpmhookItem_s::data

Definition at line 16 of file rpmhook.c.

Referenced by rpmhookTableAddItem(), rpmhookTableCallArgs(), and rpmhookTableDelItem().

§ func

rpmhookFunc rpmhookItem_s::func

Definition at line 15 of file rpmhook.c.

Referenced by rpmhookTableAddItem(), rpmhookTableCallArgs(), and rpmhookTableDelItem().

§ next

struct rpmhookItem_s* rpmhookItem_s::next

The documentation for this struct was generated from the following file: