diff options
author | jbj <devnull@localhost> | 2001-05-03 21:00:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-03 21:00:18 +0000 |
commit | d78e027808deb6aef4e65338d160986d7e576a90 (patch) | |
tree | 53cddb260f6b5a0fab362b6c0f6f3375d0cacb8b /lib/psm.h | |
parent | 0ecdbba93587408c670124e88d39451c681a77eb (diff) | |
download | rpm-d78e027808deb6aef4e65338d160986d7e576a90.tar.gz rpm-d78e027808deb6aef4e65338d160986d7e576a90.tar.bz2 rpm-d78e027808deb6aef4e65338d160986d7e576a90.zip |
- still more boring lclint annotations and fiddles.
CVS patchset: 4738
CVS date: 2001/05/03 21:00:18
Diffstat (limited to 'lib/psm.h')
-rw-r--r-- | lib/psm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -187,7 +187,7 @@ void freeFi(TFI_t fi) * @param a package dispostion * @return formatted string */ -/*@observer@*/ const char *const fiTypeString(TFI_t fi); +/*@observer@*/ const char *const fiTypeString(/*@partial@*/TFI_t fi); /** * Package state machine driver. @@ -195,7 +195,7 @@ void freeFi(TFI_t fi) * @param stage next stage * @return 0 on success */ -int psmStage(PSM_t psm, pkgStage stage) +int psmStage(/*@partial@*/ PSM_t psm, pkgStage stage) /*@modifies psm @*/; #ifdef __cplusplus |