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/rpmps-py.h | |
parent | e08619c323915f7e22b8d3bb9c57606ce824d778 (diff) | |
download | rpm-3aad15624eeefcca56051a2d595f9924a15f80b2.tar.gz rpm-3aad15624eeefcca56051a2d595f9924a15f80b2.tar.bz2 rpm-3aad15624eeefcca56051a2d595f9924a15f80b2.zip |
Remove split tags.
Diffstat (limited to 'python/rpmps-py.h')
-rw-r--r-- | python/rpmps-py.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/python/rpmps-py.h b/python/rpmps-py.h index 5278ce4da..4ce91c648 100644 --- a/python/rpmps-py.h +++ b/python/rpmps-py.h @@ -14,25 +14,21 @@ typedef struct rpmpsObject_s { PyObject *md_dict; /*!< to look like PyModuleObject */ int active; int ix; -/*@relnull@*/ rpmps ps; } rpmpsObject; /** */ -/*@unchecked@*/ extern PyTypeObject rpmps_Type; /** */ -/*@null@*/ rpmps psFromPs(rpmpsObject * ps) - /*@*/; + ; /** */ -/*@null@*/ rpmpsObject * rpmps_Wrap(rpmps ps) - /*@*/; + ; #endif |