summaryrefslogtreecommitdiff
path: root/lib/rpmfs.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-04-24 12:36:26 +0300
committerPanu Matilainen <pmatilai@redhat.com>2012-04-24 12:43:54 +0300
commit9f4186766c7c628b8cc67fe0c62d58cf38b51c92 (patch)
tree8845f7f3991e2eef462563dcdb11cdfae9958b9b /lib/rpmfs.h
parent5dd61799ee91dcd5d95d257eeaee25cffeb920bb (diff)
downloadrpm-9f4186766c7c628b8cc67fe0c62d58cf38b51c92.tar.gz
Bury build filestate setting inside fsm remains
- This whole thing probably isn't needed anymore, but for now just lift the FA_SKIP/FA_COPYOUT setting to rpmPackageFilesArchive(), allowing rpmfsSetAction() to become properly internal-only function. - Trim out unnecessary now unnecessary librpm internal includes from librpmbuild code
Diffstat (limited to 'lib/rpmfs.h')
-rw-r--r--lib/rpmfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmfs.h b/lib/rpmfs.h
index ef478ad1d..4253dd2d0 100644
--- a/lib/rpmfs.h
+++ b/lib/rpmfs.h
@@ -55,7 +55,7 @@ rpm_fstate_t * rpmfsGetStates(rpmfs fs);
RPM_GNUC_INTERNAL
rpmFileAction rpmfsGetAction(rpmfs fs, unsigned int ix);
-/* XXX this should be internal too but build code needs for now */
+RPM_GNUC_INTERNAL
void rpmfsSetAction(rpmfs fs, unsigned int ix, rpmFileAction action);
#ifdef __cplusplus