diff options
author | jbj <devnull@localhost> | 2003-12-01 19:15:38 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-01 19:15:38 +0000 |
commit | 5e20d90422cb49d77248a11711ada17f28bf32de (patch) | |
tree | f4de24d364e8d134dd713af55f328b71e9589753 /python/rpmal-py.h | |
parent | 3dcfeb3f9aaf003f29d2c8c0c3a545953f529c08 (diff) | |
download | rpm-5e20d90422cb49d77248a11711ada17f28bf32de.tar.gz rpm-5e20d90422cb49d77248a11711ada17f28bf32de.tar.bz2 rpm-5e20d90422cb49d77248a11711ada17f28bf32de.zip |
splint fiddles, no warnings.
CVS patchset: 6961
CVS date: 2003/12/01 19:15:38
Diffstat (limited to 'python/rpmal-py.h')
-rw-r--r-- | python/rpmal-py.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/rpmal-py.h b/python/rpmal-py.h index 0ed151b25..d8aa09c99 100644 --- a/python/rpmal-py.h +++ b/python/rpmal-py.h @@ -16,6 +16,7 @@ typedef struct rpmalObject_s { /*@unchecked@*/ extern PyTypeObject rpmal_Type; +/*@null@*/ rpmalObject * rpmal_Wrap(rpmal al) /*@*/; |