diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-09-22 16:39:39 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-09-22 16:39:39 +0300 |
commit | 2b06ca079c90960242dfe173e0e8c2fbc39d7689 (patch) | |
tree | 922b9bfc4f79ba6fc5574c0ea13c222103348b6b /python/rpmfd-py.h | |
parent | ae6ea9789ff395e2343d7c7a9eae551a64a74db5 (diff) | |
download | librpm-tizen-2b06ca079c90960242dfe173e0e8c2fbc39d7689.tar.gz librpm-tizen-2b06ca079c90960242dfe173e0e8c2fbc39d7689.tar.bz2 librpm-tizen-2b06ca079c90960242dfe173e0e8c2fbc39d7689.zip |
Lose the utterly broken rpmio FD_t wrappers
Diffstat (limited to 'python/rpmfd-py.h')
-rw-r--r-- | python/rpmfd-py.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/python/rpmfd-py.h b/python/rpmfd-py.h deleted file mode 100644 index 498a63ced..000000000 --- a/python/rpmfd-py.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef H_RPMFD_PY -#define H_RPMFD_PY - -/** \ingroup py_c - * \file python/rpmfd-py.h - */ - -typedef struct rpmfdObject_s { - PyObject_HEAD - PyObject *md_dict; /*!< to look like PyModuleObject */ - FD_t fd; -} rpmfdObject; - -extern PyTypeObject rpmfd_Type; - -rpmfdObject * rpmfd_Wrap(FD_t fd); - -#endif |