diff options
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 989bca25..75493365 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -84,6 +84,7 @@ enum { PM_OPT_LOCALDB, PM_OPT_SYNCDB, PM_OPT_NOUPGRADE, + PM_OPT_NOEXTRACT, PM_OPT_IGNOREPKG, PM_OPT_HOLDPKG }; |