diff options
author | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-04 13:55:58 +0000 |
commit | 750d54d8a33e67d8f89ed95a785c0f025c833aa8 (patch) | |
tree | b884b1b98864221da1ccc14c5551579cb885be73 /lib/cpio.h | |
parent | 9e1929c9bb268faad7c8f140161504dbaf7f00f0 (diff) | |
download | rpm-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.gz rpm-750d54d8a33e67d8f89ed95a785c0f025c833aa8.tar.bz2 rpm-750d54d8a33e67d8f89ed95a785c0f025c833aa8.zip |
lclint fiddles.
CVS patchset: 4833
CVS date: 2001/06/04 13:55:58
Diffstat (limited to 'lib/cpio.h')
-rw-r--r-- | lib/cpio.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/cpio.h b/lib/cpio.h index 972fc60f7..46df6edd1 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -102,14 +102,16 @@ extern "C" { * @retval fsm file path and stat info * @return 0 on success */ -int cpioTrailerWrite(FSM_t fsm); +int cpioTrailerWrite(FSM_t fsm) + /*@modifies fsm, fileSystem @*/; /** * Write cpio header. * @retval fsm file path and stat info * @return 0 on success */ -int cpioHeaderWrite(FSM_t fsm, struct stat * st); +int cpioHeaderWrite(FSM_t fsm, struct stat * st) + /*@modifies fsm, fileSystem @*/; /** * Read cpio header. |