summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/rpmbuild_internal.h11
-rw-r--r--build/rpmfc.h11
2 files changed, 11 insertions, 11 deletions
diff --git a/build/rpmbuild_internal.h b/build/rpmbuild_internal.h
index e7b5bf436..ebc0c09e5 100644
--- a/build/rpmbuild_internal.h
+++ b/build/rpmbuild_internal.h
@@ -377,6 +377,17 @@ rpmRC processBinaryFiles(rpmSpec spec, rpmBuildPkgFlags pkgFlags,
RPM_GNUC_INTERNAL
rpmRC rpmfcGenerateDepends(const rpmSpec spec, Package pkg);
+/** \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?
+ */
+RPM_GNUC_INTERNAL
+int rpmfcExec(ARGV_const_t av, StringBuf sb_stdin, StringBuf * sb_stdoutp,
+ int failnonzero);
+
/** \ingroup rpmbuild
* Post-build processing for policies in binary package(s).
* @param spec spec file control structure
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 <rpm/rpmtypes.h>
#include <rpm/argv.h> /* for ARGV_t */
-#include <rpm/rpmstring.h> /* for StringBuf */
#include <rpm/rpmspec.h> /* for Package */
#ifdef __cplusplus
@@ -45,16 +44,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.
* @param msg message prefix (NULL for none)