diff options
author | jbj <devnull@localhost> | 2002-05-23 21:06:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-23 21:06:42 +0000 |
commit | 4f1bba10aa4a9463b068aff002e7c8ffd36f21c1 (patch) | |
tree | d2f45df764059002e6e971d904c2cd9e763d21a8 /python/rpmts-py.h | |
parent | aeb8ed2318f0a486ee258cc39f9546981386b957 (diff) | |
download | rpm-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.h | 4 |
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 |