summaryrefslogtreecommitdiff
path: root/source3/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
commit7e686ace08269b33a6367719324580776733bd65 (patch)
tree6a4d153c7529800e186472c3279a25168dca5b24 /source3/python/py_spoolss.h
parent64172f586386c85b05430149101b41e8678aee0f (diff)
downloadsamba-7e686ace08269b33a6367719324580776733bd65.tar.gz
samba-7e686ace08269b33a6367719324580776733bd65.tar.bz2
samba-7e686ace08269b33a6367719324580776733bd65.zip
Moved conv functions to separate file.
Converted remaining functions to methods. (This used to be commit 1e894487f59a0c00347fdf28ddea892b40473a6d)
Diffstat (limited to 'source3/python/py_spoolss.h')
-rw-r--r--source3/python/py_spoolss.h8
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;