diff options
author | ewt <devnull@localhost> | 1998-03-27 16:46:39 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1998-03-27 16:46:39 +0000 |
commit | 7b8522b57e1182c87a151c81ea35ce8457ce9a34 (patch) | |
tree | 88cf04d7e38c7f6dfb22470df069c82c8ee2f3fd /query.h | |
parent | 319ff94132a360ec1b6361416cbd72c4e0738908 (diff) | |
download | rpm-7b8522b57e1182c87a151c81ea35ce8457ce9a34.tar.gz rpm-7b8522b57e1182c87a151c81ea35ce8457ce9a34.tar.bz2 rpm-7b8522b57e1182c87a151c81ea35ce8457ce9a34.zip |
added trigger support
CVS patchset: 2049
CVS date: 1998/03/27 16:46:39
Diffstat (limited to 'query.h')
-rw-r--r-- | query.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ enum querysources { QUERY_PATH, QUERY_PACKAGE, QUERY_ALL, QUERY_RPM, QUERY_GROUP, QUERY_WHATPROVIDES, QUERY_WHATREQUIRES, - QUERY_DBOFFSET }; + QUERY_DBOFFSET, QUERY_TRIGGEREDBY }; #define QUERY_FOR_LIST (1 << 1) #define QUERY_FOR_STATE (1 << 2) |