diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-26 04:14:28 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-26 04:14:28 +0200 |
commit | d5434f0b4bcf744e5a5f0e933bdcf629d42a6478 (patch) | |
tree | ace24381ce274aa5d1d29af03ffd7917732334da /source4/librpc/rpc | |
parent | d60d8e57d83acfc94fa36c59fcfb9c6e03ee02b6 (diff) | |
download | samba-d5434f0b4bcf744e5a5f0e933bdcf629d42a6478.tar.gz samba-d5434f0b4bcf744e5a5f0e933bdcf629d42a6478.tar.bz2 samba-d5434f0b4bcf744e5a5f0e933bdcf629d42a6478.zip |
Allow using IRPC functions on the messaging bus from Python.
(This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7)
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/pyrpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/rpc/pyrpc.h b/source4/librpc/rpc/pyrpc.h index 989aeecc7b..af9ca728d8 100644 --- a/source4/librpc/rpc/pyrpc.h +++ b/source4/librpc/rpc/pyrpc.h @@ -29,8 +29,10 @@ fail; \ } +#define dom_sid0_Type dom_sid_Type #define dom_sid2_Type dom_sid_Type #define dom_sid28_Type dom_sid_Type +#define dom_sid0_Check dom_sid_Check #define dom_sid2_Check dom_sid_Check #define dom_sid28_Check dom_sid_Check |