summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-14 16:49:19 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-14 19:53:07 +0100
commit860106b3f426a06eed6a681fa839dd89f339ba9a (patch)
treebd3f6371af93e8b359616cd063a4d4ba63a96a90 /source4/scripting/python
parenta896c8940ca372808c0725bc4f2725f6cb8467b8 (diff)
downloadsamba-860106b3f426a06eed6a681fa839dd89f339ba9a.tar.gz
samba-860106b3f426a06eed6a681fa839dd89f339ba9a.tar.bz2
samba-860106b3f426a06eed6a681fa839dd89f339ba9a.zip
python: Move some convenience macros to a separate header rather than putting them in every generated py_* file.
(This used to be commit 712274b9bdf524da125cbbe6e4bb475b21b1da66)
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/pyrpc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/pyrpc.h b/source4/scripting/python/pyrpc.h
index d7b64dbe93..5390c6923d 100644
--- a/source4/scripting/python/pyrpc.h
+++ b/source4/scripting/python/pyrpc.h
@@ -25,3 +25,5 @@
#define dom_sid2_Type dom_sid_Type
#define dom_sid28_Type dom_sid_Type
+#define dom_sid2_Check dom_sid_Check
+#define dom_sid28_Check dom_sid28_Check