summaryrefslogtreecommitdiff
path: root/source4/auth/pyauth.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:44:56 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commit7e039c7dda275d91933d19ef8c8a08b0005255b4 (patch)
tree4da089e8823c7909fad42697e3e461f44c2374d7 /source4/auth/pyauth.c
parentf70a658b8273a5e06a11e2184a4e420fdbcd5744 (diff)
downloadsamba-7e039c7dda275d91933d19ef8c8a08b0005255b4.tar.gz
samba-7e039c7dda275d91933d19ef8c8a08b0005255b4.tar.bz2
samba-7e039c7dda275d91933d19ef8c8a08b0005255b4.zip
source4/auth: Fix prototypes for all functions.
Diffstat (limited to 'source4/auth/pyauth.c')
-rw-r--r--source4/auth/pyauth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/auth/pyauth.c b/source4/auth/pyauth.c
index 2b310bfa1b..9cb770b798 100644
--- a/source4/auth/pyauth.c
+++ b/source4/auth/pyauth.c
@@ -31,6 +31,8 @@
#include <tevent.h>
#include "librpc/rpc/pyrpc_util.h"
+void initauth(void);
+
staticforward PyTypeObject PyAuthContext;
/* There's no Py_ssize_t in 2.4, apparently */