summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/talloc.i
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-29 14:49:47 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:47 +0100
commitf2f16b45b58c2bbf3053ff55e7a290fc069e0efd (patch)
treecbdfe72b17761638da5119a6085d9f5774f62c51 /source4/lib/talloc/talloc.i
parent8515d23a3a920c27b37f3653850c61ba0f6eec71 (diff)
downloadsamba-f2f16b45b58c2bbf3053ff55e7a290fc069e0efd.tar.gz
samba-f2f16b45b58c2bbf3053ff55e7a290fc069e0efd.tar.bz2
samba-f2f16b45b58c2bbf3053ff55e7a290fc069e0efd.zip
r26197: Add bindings for libsecurity.
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)
Diffstat (limited to 'source4/lib/talloc/talloc.i')
-rw-r--r--source4/lib/talloc/talloc.i2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/talloc/talloc.i b/source4/lib/talloc/talloc.i
index 593c20465e..c35d5d2411 100644
--- a/source4/lib/talloc/talloc.i
+++ b/source4/lib/talloc/talloc.i
@@ -19,8 +19,6 @@
/* Don't expose talloc contexts in Python code. Python does reference
counting for us, so just create a new top-level talloc context.
*/
-%module talloc;
-
%typemap(in, numinputs=0) TALLOC_CTX * {
$1 = NULL;
}