* Oops- I need to learn to count in hex.
This commit is contained in:
parent
6fc69d52c8
commit
a0dbade774
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ typedef enum _pmdbinfrq_t {
|
||||||
INFRQ_DESC = 0x02,
|
INFRQ_DESC = 0x02,
|
||||||
INFRQ_DEPENDS = 0x04,
|
INFRQ_DEPENDS = 0x04,
|
||||||
INFRQ_FILES = 0x08,
|
INFRQ_FILES = 0x08,
|
||||||
INFRQ_SCRIPTLET = 0x16,
|
INFRQ_SCRIPTLET = 0x10,
|
||||||
INFRQ_ALL = 0xFF
|
INFRQ_ALL = 0xFF
|
||||||
} pmdbinfrq_t;
|
} pmdbinfrq_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue