diff options
Diffstat (limited to 'contrib/python/ldns_key.i')
| -rw-r--r-- | contrib/python/ldns_key.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ldns_key.i b/contrib/python/ldns_key.i index dc67e67bf774..6a3c2db4317f 100644 --- a/contrib/python/ldns_key.i +++ b/contrib/python/ldns_key.i @@ -38,7 +38,7 @@ /* result generation */ %typemap(argout,noblock=1) (ldns_key **) { - $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(SWIG_as_voidptr($1_key), SWIGTYPE_p_ldns_struct_key, SWIG_POINTER_OWN | 0 )); + $result = SWIG_AppendOutput($result, SWIG_NewPointerObj(SWIG_as_voidptr($1_key), SWIGTYPE_p_ldns_struct_key, SWIG_POINTER_OWN | 0 )); } %typemap(argout) ldns_rdf *r "Py_INCREF($input);" |
