summaryrefslogtreecommitdiff
path: root/lib/manifest.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-18 01:08:56 +0000
committerjbj <devnull@localhost>2004-10-18 01:08:56 +0000
commite93a77c9b792b68c63ce7d3d360ab7f43d37feb6 (patch)
tree368b4d7c093e6ff068ae3bacbcc4373637b7cdf8 /lib/manifest.h
parented4688aca76a81449ac3debdd8ef60a7afd5c45d (diff)
downloadrpm-e93a77c9b792b68c63ce7d3d360ab7f43d37feb6.tar.gz
Add generalized iterator to rpmlib.
CVS patchset: 7482 CVS date: 2004/10/18 01:08:56
Diffstat (limited to 'lib/manifest.h')
-rw-r--r--lib/manifest.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/manifest.h b/lib/manifest.h
index 8081479d8..6a331ee67 100644
--- a/lib/manifest.h
+++ b/lib/manifest.h
@@ -24,11 +24,12 @@ char * rpmPermsString(int mode)
/**
* Read manifest, glob items, and append to existing args.
- * @param fd manifest file handle
- * @retval argcPtr no. of args
- * @retval argvPtr args themselves
+ * @param fd manifest file handle
+ * @retval argcPtr no. of args
+ * @retval argvPtr args themselves
+ * @return RPMRC_OK on success
*/
-int rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr)
+rpmRC rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr)
/*@globals fileSystem, internalState @*/
/*@modifies fd, *argcPtr, *argvPtr, fileSystem, internalState @*/;