From c884634a627b8b7715ea2a4a33b73a73e33a39f3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 22 Jan 2012 10:24:37 +0100 Subject: [PATCH] xbps_api.h: fix some defs. --- include/xbps_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/xbps_api.h b/include/xbps_api.h index 62fc3a7d..838103d8 100644 --- a/include/xbps_api.h +++ b/include/xbps_api.h @@ -127,7 +127,7 @@ /** * @def XBPS_FLAG_VERBOSE * Verbose flag that can be used in the function callbacks to alter - * its behaviour. Must be set through the xbps_init::flags member. + * its behaviour. Must be set through the xbps_handle::flags member. */ #define XBPS_FLAG_VERBOSE 0x00000001 @@ -135,7 +135,7 @@ * @def XBPS_FLAG_FORCE_CONFIGURE * Force flag used in xbps_configure_pkg(), if set the package(s) * will be reconfigured even if its state is XBPS_PKG_STATE_INSTALLED. - * Must be set through the xbps_init::flags member. + * Must be set through the xbps_handle::flags member. */ #define XBPS_FLAG_FORCE_CONFIGURE 0x00000002 @@ -143,7 +143,7 @@ * @def XBPS_FLAG_FORCE_REMOVE_FILES * Force flag used in xbps_remove_pkg_files(), if set the package * files will be removed even if its SHA256 hash don't match. - * Must be set through the xbps_init::flags member. + * Must be set through the xbps_handle::flags member. */ #define XBPS_FLAG_FORCE_REMOVE_FILES 0x00000004