summaryrefslogtreecommitdiff
path: root/python/header-py.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-11-25 15:52:44 +0000
committerjbj <devnull@localhost>2004-11-25 15:52:44 +0000
commit88ace07349542e10a3834814372807e2eca30f42 (patch)
tree1400d329490f14f6b02e4ed931eea05efc43870d /python/header-py.h
parent6a18dcbdf0c291f9a3615f4414477fbadb057b38 (diff)
downloadrpm-88ace07349542e10a3834814372807e2eca30f42.tar.gz
rpm-88ace07349542e10a3834814372807e2eca30f42.tar.bz2
rpm-88ace07349542e10a3834814372807e2eca30f42.zip
- python: bleeping keywords broke labelCompare.
CVS patchset: 7601 CVS date: 2004/11/25 15:52:44
Diffstat (limited to 'python/header-py.h')
-rw-r--r--python/header-py.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/header-py.h b/python/header-py.h
index 9e7dc7839..acd170db5 100644
--- a/python/header-py.h
+++ b/python/header-py.h
@@ -25,7 +25,7 @@ Header hdrGetHeader(hdrObject * h)
long tagNumFromPyObject (PyObject *item)
/*@*/;
-PyObject * labelCompare (PyObject * self, PyObject * args, PyObject * kwds)
+PyObject * labelCompare (PyObject * self, PyObject * args)
/*@*/;
PyObject * versionCompare (PyObject * self, PyObject * args, PyObject * kwds)
/*@*/;