diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-04-13 19:59:04 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-04-13 19:59:04 +0000 |
commit | e115a5829e6a9cbde3c16659d626abaca0a7095a (patch) | |
tree | 602f1b9d04f5c24ce800519ba078c270148c7391 /lib/libalpm/alpm.h | |
parent | 45c7e10afc98ef66177841fe2b25b98a6200fbbf (diff) |
- updated sync feature
- added 2 new transaction events
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 025196f2..1cc0c791 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -220,6 +220,8 @@ enum { PM_TRANS_EVT_FILECONFLICTS_DONE, PM_TRANS_EVT_RESOLVEDEPS_START, PM_TRANS_EVT_RESOLVEDEPS_DONE, + PM_TRANS_EVT_INTERCONFLICTS_START, + PM_TRANS_EVT_INTERCONFLICTS_DONE, PM_TRANS_EVT_ADD_START, PM_TRANS_EVT_ADD_DONE, PM_TRANS_EVT_REMOVE_START, |