diff options
author | jbj <devnull@localhost> | 2002-04-08 22:52:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-08 22:52:45 +0000 |
commit | 721d88ed7f53a607108dd78dc82d3da83ea05ee2 (patch) | |
tree | d9d7daed9862ee0dbcac8f9fed2dd84c626fc602 /rpmio | |
parent | 5c1ca96c965d07c8efe9c47081a9aaf6a6e03e7e (diff) | |
download | rpm-721d88ed7f53a607108dd78dc82d3da83ea05ee2.tar.gz rpm-721d88ed7f53a607108dd78dc82d3da83ea05ee2.tar.bz2 rpm-721d88ed7f53a607108dd78dc82d3da83ea05ee2.zip |
Sanity.
CVS patchset: 5382
CVS date: 2002/04/08 22:52:45
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmmessages.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rpmio/rpmmessages.h b/rpmio/rpmmessages.h index 3f761a05d..fe0d0c94c 100644 --- a/rpmio/rpmmessages.h +++ b/rpmio/rpmmessages.h @@ -47,7 +47,9 @@ typedef enum rpmCallbackType_e { RPMCALLBACK_TRANS_STOP, RPMCALLBACK_UNINST_PROGRESS, RPMCALLBACK_UNINST_START, - RPMCALLBACK_UNINST_STOP + RPMCALLBACK_UNINST_STOP, + RPMCALLBACK_UNPACK_ERROR, + RPMCALLBACK_CPIO_ERROR } rpmCallbackType; /** |