summaryrefslogtreecommitdiff
path: root/lib/psm.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-05-03 21:00:18 +0000
committerjbj <devnull@localhost>2001-05-03 21:00:18 +0000
commitd78e027808deb6aef4e65338d160986d7e576a90 (patch)
tree53cddb260f6b5a0fab362b6c0f6f3375d0cacb8b /lib/psm.h
parent0ecdbba93587408c670124e88d39451c681a77eb (diff)
downloadrpm-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psm.h b/lib/psm.h
index d04c365c8..d6a11373e 100644
--- a/lib/psm.h
+++ b/lib/psm.h
@@ -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