From c4db906a1fb1d0466bb5ed3023c2c267ea21d190 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 21 Feb 2011 18:00:44 +0100 Subject: [PATCH] xbps_api.h: fix some comments. --- include/xbps_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xbps_api.h b/include/xbps_api.h index 2c3d8bf3..acdc4c56 100644 --- a/include/xbps_api.h +++ b/include/xbps_api.h @@ -106,14 +106,14 @@ /** * @def XBPS_FLAG_VERBOSE * Verbose flag used in xbps_unpack_binary_pkg() (for now). - * Must be set through the xbps_set_flags() function. + * Must be set through the xbps_init::flags member. */ #define XBPS_FLAG_VERBOSE 0x00000001 /** * @def XBPS_FLAG_FORCE * Force flag used in xbps_configure_pkg() (for now). - * Must be set through the xbps_set_flags() function. + * Must be set through the xbps_init::flags member. */ #define XBPS_FLAG_FORCE 0x00000002