diff options
author | pauln <devnull@localhost> | 2004-11-17 17:05:39 +0000 |
---|---|---|
committer | pauln <devnull@localhost> | 2004-11-17 17:05:39 +0000 |
commit | 24e6f8633e766bb8205a2ac55ad735a97b945f8c (patch) | |
tree | 4c507b68e729601475e71a93d7527412ac435c06 /python/rpmfi-py.h | |
parent | d7a0e859ba4842548bfe344f6408af80c10b1c50 (diff) | |
download | librpm-tizen-24e6f8633e766bb8205a2ac55ad735a97b945f8c.tar.gz librpm-tizen-24e6f8633e766bb8205a2ac55ad735a97b945f8c.tar.bz2 librpm-tizen-24e6f8633e766bb8205a2ac55ad735a97b945f8c.zip |
Add kwargs everywhere - courtesy of pjones@redhat.com
CVS patchset: 7582
CVS date: 2004/11/17 17:05:39
Diffstat (limited to 'python/rpmfi-py.h')
-rw-r--r-- | python/rpmfi-py.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmfi-py.h b/python/rpmfi-py.h index addff73a9..372b675f0 100644 --- a/python/rpmfi-py.h +++ b/python/rpmfi-py.h @@ -27,7 +27,7 @@ rpmfiObject * rpmfi_Wrap(rpmfi fi) /*@*/; /*@null@*/ -rpmfiObject * hdr_fiFromHeader(PyObject * s, PyObject * args) +rpmfiObject * hdr_fiFromHeader(PyObject * s, PyObject * args, PyObject * kwds) /*@globals rpmGlobalMacroContext @*/ /*@modifies rpmGlobalMacroContext @*/; |