diff options
Diffstat (limited to 'lib/manifest.h')
-rw-r--r-- | lib/manifest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/manifest.h b/lib/manifest.h index 7b3fc43f1..227ca0089 100644 --- a/lib/manifest.h +++ b/lib/manifest.h @@ -25,7 +25,7 @@ char * rpmPermsString(int mode) * @retval argvPtr args themselves * @return RPMRC_OK on success */ -rpmRC rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr); +rpmRC rpmReadPackageManifest(FD_t fd, int * argcPtr, char *** argvPtr); #ifdef __cplusplus } |