summaryrefslogtreecommitdiff
path: root/python/rpmte-py.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-12-01 19:15:38 +0000
committerjbj <devnull@localhost>2003-12-01 19:15:38 +0000
commit5e20d90422cb49d77248a11711ada17f28bf32de (patch)
treef4de24d364e8d134dd713af55f328b71e9589753 /python/rpmte-py.h
parent3dcfeb3f9aaf003f29d2c8c0c3a545953f529c08 (diff)
downloadrpm-5e20d90422cb49d77248a11711ada17f28bf32de.tar.gz
splint fiddles, no warnings.
CVS patchset: 6961 CVS date: 2003/12/01 19:15:38
Diffstat (limited to 'python/rpmte-py.h')
-rw-r--r--python/rpmte-py.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/rpmte-py.h b/python/rpmte-py.h
index 504cc5ee2..81ff3cf95 100644
--- a/python/rpmte-py.h
+++ b/python/rpmte-py.h
@@ -16,6 +16,7 @@ typedef struct rpmteObject_s {
/*@unchecked@*/
extern PyTypeObject rpmte_Type;
+/*@null@*/
rpmteObject * rpmte_Wrap(rpmte te)
/*@*/;