summaryrefslogtreecommitdiff
path: root/python/rpmmi-py.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-11 00:12:17 +0000
committerjbj <devnull@localhost>2002-12-11 00:12:17 +0000
commit2452c14619fd14c1b7eba69eec0c7d32dbf56d86 (patch)
treef53843b4b7c7ff962b379ed65a17387ebc0ef2be /python/rpmmi-py.h
parentfe6043016c84107132bd0dc80ef454d2c81342b7 (diff)
downloadlibrpm-tizen-2452c14619fd14c1b7eba69eec0c7d32dbf56d86.tar.gz
librpm-tizen-2452c14619fd14c1b7eba69eec0c7d32dbf56d86.tar.bz2
librpm-tizen-2452c14619fd14c1b7eba69eec0c7d32dbf56d86.zip
Add rpmfts-py.[ch] bindings for fts(3) from rpmio.
splint fiddles. CVS patchset: 5932 CVS date: 2002/12/11 00:12:17
Diffstat (limited to 'python/rpmmi-py.h')
-rw-r--r--python/rpmmi-py.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/rpmmi-py.h b/python/rpmmi-py.h
index 68bed7bb9..bfa42fc07 100644
--- a/python/rpmmi-py.h
+++ b/python/rpmmi-py.h
@@ -20,7 +20,6 @@ struct rpmmiObject_s {
extern PyTypeObject rpmmi_Type;
rpmmiObject * rpmmi_Wrap(rpmdbMatchIterator mi)
- /*@globals _Py_NoneStruct @*/
- /*@modifies mi, _Py_NoneStruct @*/;
+ /*@*/;
#endif