diff options
author | jbj <devnull@localhost> | 2001-10-15 17:53:34 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-15 17:53:34 +0000 |
commit | 72471f2e54686202a9862a3fd3bd6d0135d81d2a (patch) | |
tree | 3625a73d9ef73f4f29df80fe98fb6133041cb4bc /rpmio/rpmurl.h | |
parent | 3f462f318fd2f602fddb1a95e5d652e67aafa49e (diff) | |
download | librpm-tizen-72471f2e54686202a9862a3fd3bd6d0135d81d2a.tar.gz librpm-tizen-72471f2e54686202a9862a3fd3bd6d0135d81d2a.tar.bz2 librpm-tizen-72471f2e54686202a9862a3fd3bd6d0135d81d2a.zip |
Explicit branchstate annotations.
CVS patchset: 5113
CVS date: 2001/10/15 17:53:34
Diffstat (limited to 'rpmio/rpmurl.h')
-rw-r--r-- | rpmio/rpmurl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpmio/rpmurl.h b/rpmio/rpmurl.h index 3c81f56a9..902a41c8c 100644 --- a/rpmio/rpmurl.h +++ b/rpmio/rpmurl.h @@ -124,11 +124,11 @@ urltype urlPath(const char * url, /*@out@*/ const char ** pathp) /** * Parse URL string into a control structure. * @param url url string - * @retval u address of new control instance pointer + * @retval uret address of new control instance pointer * @return 0 on success, -1 on error */ -int urlSplit(const char * url, /*@out@*/ urlinfo * u) - /*@modifies *u @*/; +int urlSplit(const char * url, /*@out@*/ urlinfo * uret) + /*@modifies *uret @*/; /** * Copy data from URL to local file. |