diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-08 10:05:06 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-08 10:05:06 +0200 |
commit | d6ffa9891fcd1e5e2b66d3dc543165fb475716c0 (patch) | |
tree | 97d79b0f7cea659b65f8fab0cc2eb2be4d3752f0 /build/rpmbuild.h | |
parent | c29845f5848cfdbab3e06dbcb27dccfc7b5a3ae0 (diff) | |
download | librpm-tizen-d6ffa9891fcd1e5e2b66d3dc543165fb475716c0.tar.gz librpm-tizen-d6ffa9891fcd1e5e2b66d3dc543165fb475716c0.tar.bz2 librpm-tizen-d6ffa9891fcd1e5e2b66d3dc543165fb475716c0.zip |
'Adjust extern C {} blocks.'
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index 7f61b8cf2..fb8aaf2eb 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -14,6 +14,10 @@ /* but this will be needed */ #include "rpmspec.h" +#ifdef __cplusplus +extern "C" { +#endif + /** \ingroup rpmbuild * Bit(s) to control buildSpec() operation. */ @@ -73,10 +77,6 @@ typedef enum rpmParseState_e { #define STRIP_TRAILINGSPACE (1 << 0) #define STRIP_COMMENTS (1 << 1) -#ifdef __cplusplus -extern "C" { -#endif - /** \ingroup rpmbuild * Destroy uid/gid caches. */ |