From 7e039c7dda275d91933d19ef8c8a08b0005255b4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:44:56 +0100 Subject: source4/auth: Fix prototypes for all functions. --- source4/auth/pyauth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/auth/pyauth.c') 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 #include "librpc/rpc/pyrpc_util.h" +void initauth(void); + staticforward PyTypeObject PyAuthContext; /* There's no Py_ssize_t in 2.4, apparently */ -- cgit