diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 22:17:25 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-18 02:20:21 +0100 |
commit | d107e959b7f670a5a88b58defd5b70cde6beb068 (patch) | |
tree | 7ae8074242926ec2e0807881cfbea43d858f91a1 /source4/scripting | |
parent | bbab7ed8d935391d5c8c900f32b3db8caa438d08 (diff) | |
download | samba-d107e959b7f670a5a88b58defd5b70cde6beb068.tar.gz samba-d107e959b7f670a5a88b58defd5b70cde6beb068.tar.bz2 samba-d107e959b7f670a5a88b58defd5b70cde6beb068.zip |
pyglue: Add prototype for init function.
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/pyglue.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index cbc81d3125..f89785f971 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -23,6 +23,8 @@ #include "param/pyparam.h" #include "lib/socket/netif.h" +void init_glue(void); + static PyObject *py_generate_random_str(PyObject *self, PyObject *args) { int len; |