summaryrefslogtreecommitdiffstats
path: root/source/python/py_spoolss.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-26 11:12:16 +0000
committerTim Potter <tpot@samba.org>2002-03-26 11:12:16 +0000
commit1e894487f59a0c00347fdf28ddea892b40473a6d (patch)
tree29de3ca499222934daa185084e03e8f573aa29d8 /source/python/py_spoolss.h
parent2c935bc1eab20fd72f0bd4577c0e2140d6fcc3d3 (diff)
downloadsamba-1e894487f59a0c00347fdf28ddea892b40473a6d.tar.gz
samba-1e894487f59a0c00347fdf28ddea892b40473a6d.tar.xz
samba-1e894487f59a0c00347fdf28ddea892b40473a6d.zip
Moved conv functions to separate file.
Converted remaining functions to methods.
Diffstat (limited to 'source/python/py_spoolss.h')
-rw-r--r--source/python/py_spoolss.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/python/py_spoolss.h b/source/python/py_spoolss.h
index ebe6daa5cc1..766e420c6e6 100644
--- a/source/python/py_spoolss.h
+++ b/source/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;