summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-04-08 22:52:45 +0000
committerjbj <devnull@localhost>2002-04-08 22:52:45 +0000
commit721d88ed7f53a607108dd78dc82d3da83ea05ee2 (patch)
treed9d7daed9862ee0dbcac8f9fed2dd84c626fc602 /rpmio
parent5c1ca96c965d07c8efe9c47081a9aaf6a6e03e7e (diff)
downloadrpm-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.h4
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;
/**