diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-10-01 11:32:31 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-10-01 11:32:31 +0300 |
commit | a462500b631bd0719fcddac31440394f77e62d5b (patch) | |
tree | ccd6b43942234e6b9f6ee32b784802b085ddd704 /build | |
parent | 84747fb22e9ba75cc7c6aa2ad980ed3897f86772 (diff) | |
download | librpm-tizen-a462500b631bd0719fcddac31440394f77e62d5b.tar.gz librpm-tizen-a462500b631bd0719fcddac31440394f77e62d5b.tar.bz2 librpm-tizen-a462500b631bd0719fcddac31440394f77e62d5b.zip |
Whoops, missing RPM_GNUC_INTERNAL on stashSt()
Diffstat (limited to 'build')
-rw-r--r-- | build/rpmbuild_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rpmbuild_internal.h b/build/rpmbuild_internal.h index 24a68cf67..a1f75ae5e 100644 --- a/build/rpmbuild_internal.h +++ b/build/rpmbuild_internal.h @@ -199,6 +199,7 @@ rpmRC rpmCharCheck(rpmSpec spec, char *field, size_t fsize, const char *whitelis * @param tag tag * @param lang locale */ +RPM_GNUC_INTERNAL spectag stashSt(rpmSpec spec, Header h, rpmTag tag, const char * lang); /** \ingroup rpmbuild |