diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-11 15:28:26 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-11 15:28:26 +0200 |
commit | 3aad15624eeefcca56051a2d595f9924a15f80b2 (patch) | |
tree | 81f1a486e5091945f235d143e6af8228e2831127 /python/rpmmi-py.h | |
parent | e08619c323915f7e22b8d3bb9c57606ce824d778 (diff) | |
download | librpm-tizen-3aad15624eeefcca56051a2d595f9924a15f80b2.tar.gz librpm-tizen-3aad15624eeefcca56051a2d595f9924a15f80b2.tar.bz2 librpm-tizen-3aad15624eeefcca56051a2d595f9924a15f80b2.zip |
Remove split tags.
Diffstat (limited to 'python/rpmmi-py.h')
-rw-r--r-- | python/rpmmi-py.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/rpmmi-py.h b/python/rpmmi-py.h index 4c4f7173a..bd4d86c61 100644 --- a/python/rpmmi-py.h +++ b/python/rpmmi-py.h @@ -18,11 +18,9 @@ struct rpmmiObject_s { rpmdbMatchIterator mi; } ; -/*@unchecked@*/ extern PyTypeObject rpmmi_Type; -/*@null@*/ rpmmiObject * rpmmi_Wrap(rpmdbMatchIterator mi, PyObject *s) - /*@*/; + ; #endif |