diff options
Diffstat (limited to 'source3/python/py_spoolss.h')
-rw-r--r-- | source3/python/py_spoolss.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/python/py_spoolss.h b/source3/python/py_spoolss.h index ebe6daa5cc..766e420c6e 100644 --- a/source3/python/py_spoolss.h +++ b/source3/python/py_spoolss.h @@ -26,14 +26,6 @@ #undef offsetof #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) -enum pyconv_types { PY_UNISTR, PY_UINT32, PY_UINT16 }; - -struct pyconv { - char *name; /* Name of member */ - enum pyconv_types type; /* Type */ - size_t offset; /* Offset into structure */ -}; - typedef struct { PyObject_HEAD struct cli_state *cli; |