summaryrefslogtreecommitdiff
path: root/source3/python/py_conv.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-19 22:47:49 +0000
committerTim Potter <tpot@samba.org>2003-02-19 22:47:49 +0000
commit5ef421f1d820abee603817f91a5656b26ae502c2 (patch)
treec21b57a269bd05fba0194cf38a0a73974bcae472 /source3/python/py_conv.h
parent3fd3bb38e24d39cae58894ce2b6bcb750b9de1b0 (diff)
downloadsamba-5ef421f1d820abee603817f91a5656b26ae502c2.tar.gz
samba-5ef421f1d820abee603817f91a5656b26ae502c2.tar.bz2
samba-5ef421f1d820abee603817f91a5656b26ae502c2.zip
Merge of cleanups and srvsvc implementation from HEAD.
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
Diffstat (limited to 'source3/python/py_conv.h')
-rw-r--r--source3/python/py_conv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/python/py_conv.h b/source3/python/py_conv.h
index b384f70fc2..798661c3a0 100644
--- a/source3/python/py_conv.h
+++ b/source3/python/py_conv.h
@@ -21,7 +21,10 @@
#ifndef _PY_CONV_H
#define _PY_CONV_H
-enum pyconv_types { PY_UNISTR, PY_UINT32, PY_UINT16, PY_STRING, PY_UID, PY_GID };
+#include "python/py_common.h"
+
+enum pyconv_types { PY_UNISTR, PY_UNISTR2, PY_UINT32, PY_UINT16, PY_STRING,
+ PY_UID, PY_GID };
struct pyconv {
char *name; /* Name of member */