diff options
Diffstat (limited to 'python-ethtool/etherinfo_obj.h')
-rw-r--r-- | python-ethtool/etherinfo_obj.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python-ethtool/etherinfo_obj.h b/python-ethtool/etherinfo_obj.h index ce77f79..6047f11 100644 --- a/python-ethtool/etherinfo_obj.h +++ b/python-ethtool/etherinfo_obj.h @@ -28,11 +28,11 @@ #include <Python.h> #include "etherinfo_struct.h" -void _ethtool_etherinfo_dealloc(etherinfo_py *); +void _ethtool_etherinfo_dealloc(PyEtherInfo *); PyObject *_ethtool_etherinfo_new(PyTypeObject *, PyObject *, PyObject *); -int _ethtool_etherinfo_init(etherinfo_py *, PyObject *, PyObject *); -PyObject *_ethtool_etherinfo_getter(etherinfo_py *, PyObject *); -int _ethtool_etherinfo_setter(etherinfo_py *, PyObject *, PyObject *); -PyObject *_ethtool_etherinfo_str(etherinfo_py *self); +int _ethtool_etherinfo_init(PyEtherInfo *, PyObject *, PyObject *); +PyObject *_ethtool_etherinfo_getter(PyEtherInfo *, PyObject *); +int _ethtool_etherinfo_setter(PyEtherInfo *, PyObject *, PyObject *); +PyObject *_ethtool_etherinfo_str(PyEtherInfo *self); #endif |