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/rpmio_internal.h | |
parent | 3f462f318fd2f602fddb1a95e5d652e67aafa49e (diff) | |
download | rpm-72471f2e54686202a9862a3fd3bd6d0135d81d2a.tar.gz rpm-72471f2e54686202a9862a3fd3bd6d0135d81d2a.tar.bz2 rpm-72471f2e54686202a9862a3fd3bd6d0135d81d2a.zip |
Explicit branchstate annotations.
CVS patchset: 5113
CVS date: 2001/10/15 17:53:34
Diffstat (limited to 'rpmio/rpmio_internal.h')
-rw-r--r-- | rpmio/rpmio_internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rpmio/rpmio_internal.h b/rpmio/rpmio_internal.h index a5c7b0a59..b61a241ea 100644 --- a/rpmio/rpmio_internal.h +++ b/rpmio/rpmio_internal.h @@ -159,27 +159,32 @@ extern "C" { /** \ingroup rpmio */ int fdFgets(FD_t fd, char * buf, size_t len) + /*@globals fileSystem @*/ /*@modifies *buf, fd, fileSystem @*/; /** \ingroup rpmio */ /*@null@*/ FD_t ftpOpen(const char *url, /*@unused@*/ int flags, /*@unused@*/ mode_t mode, /*@out@*/ urlinfo *uret) + /*@globals fileSystem @*/ /*@modifies *uret, fileSystem @*/; /** \ingroup rpmio */ int ftpReq(FD_t data, const char * ftpCmd, const char * ftpArg) + /*@globals fileSystem @*/ /*@modifies data, fileSystem @*/; /** \ingroup rpmio */ int ftpCmd(const char * cmd, const char * url, const char * arg2) + /*@globals fileSystem @*/ /*@modifies fileSystem @*/; /** \ingroup rpmio */ int ufdClose( /*@only@*/ void * cookie) + /*@globals fileSystem @*/ /*@modifies cookie, fileSystem @*/; /** \ingroup rpmio @@ -355,6 +360,7 @@ void fdstat_exit(/*@null@*/ FD_t fd, int opx, ssize_t rc) */ /*@unused@*/ static inline void fdstat_print(/*@null@*/ FD_t fd, const char * msg, FILE * fp) + /*@globals fileSystem @*/ /*@modifies *fp, fileSystem @*/ { int opx; |