summaryrefslogtreecommitdiff
path: root/python/rpmts-py.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-05-23 21:06:42 +0000
committerjbj <devnull@localhost>2002-05-23 21:06:42 +0000
commit4f1bba10aa4a9463b068aff002e7c8ffd36f21c1 (patch)
treed2f45df764059002e6e971d904c2cd9e763d21a8 /python/rpmts-py.h
parentaeb8ed2318f0a486ee258cc39f9546981386b957 (diff)
downloadrpm-4f1bba10aa4a9463b068aff002e7c8ffd36f21c1.tar.gz
rpm-4f1bba10aa4a9463b068aff002e7c8ffd36f21c1.tar.bz2
rpm-4f1bba10aa4a9463b068aff002e7c8ffd36f21c1.zip
- add rpmds/rpmfi/rpmts methods to bindings.
CVS patchset: 5447 CVS date: 2002/05/23 21:06:42
Diffstat (limited to 'python/rpmts-py.h')
-rw-r--r--python/rpmts-py.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/rpmts-py.h b/python/rpmts-py.h
index f5640104f..59f1c6650 100644
--- a/python/rpmts-py.h
+++ b/python/rpmts-py.h
@@ -21,10 +21,6 @@ enum {
RPMDEP_SENSE_CONFLICTS /*!< conflict was found. */
};
-rpmts tsFromTs(rpmtsObject * ts);
-
-rpmtsObject * rpmts_New(rpmts ts);
-
rpmtsObject * rpmts_Create(PyObject * s, PyObject * args);
#endif