From b2a688ee00922811b6e77852bd43b7d0f5b0e0c0 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 26 Oct 2010 23:28:39 +0300 Subject: Make rpmfcExec() internal - Nobody in their right mind is likely to be calling what's really an internal helper function in the build code. Simply missed in the first round of librpmbuild API butchery. - This eliminates the last remaining exposure of StringBuf in the API --- build/rpmfc.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'build/rpmfc.h') diff --git a/build/rpmfc.h b/build/rpmfc.h index d9e75bd78..ab3256812 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -8,7 +8,6 @@ #include #include /* for ARGV_t */ -#include /* for StringBuf */ #include /* for Package */ #ifdef __cplusplus @@ -44,16 +43,6 @@ typedef rpmFlags FCOLOR_t; */ typedef const struct rpmfcTokens_s * rpmfcToken; -/** \ingroup rpmfc - * Return helper output. - * @param av helper argv (with possible macros) - * @param sb_stdin helper input - * @retval *sb_stdoutp helper output - * @param failnonzero IS non-zero helper exit status a failure? - */ -int rpmfcExec(ARGV_const_t av, StringBuf sb_stdin, StringBuf * sb_stdoutp, - int failnonzero); - /** \ingroup rpmfc * Print results of file classification. * @todo Remove debugging routine. -- cgit v1.2.3