diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-07-12 09:22:38 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-07-12 09:22:38 +0300 |
commit | d0e8db7af4ca8d67f1d2047a966801ffc1165dfa (patch) | |
tree | 274280256b5f21c7abcf951cebd005c8a23bc806 /build/rpmbuild.h | |
parent | 29dbb10c1f30b241486bcb60627283e8a87950ec (diff) | |
download | rpm-d0e8db7af4ca8d67f1d2047a966801ffc1165dfa.tar.gz rpm-d0e8db7af4ca8d67f1d2047a966801ffc1165dfa.tar.bz2 rpm-d0e8db7af4ca8d67f1d2047a966801ffc1165dfa.zip |
parseSpec() cookie should be const, make it so...
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index a33d44265..c94ddf1ca 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -484,7 +484,7 @@ int parseSpec(rpmts ts, const char * specFile, /*@null@*/ const char * buildRootURL, int recursing, /*@null@*/ const char * passPhrase, - /*@null@*/ char * cookie, + /*@null@*/ const char * cookie, int anyarch, int force) /*@globals rpmGlobalMacroContext, h_errno, fileSystem, internalState @*/ /*@modifies ts, rpmGlobalMacroContext, fileSystem, internalState @*/; |