From bd0eced7d586a1648c9c429b5ac6aeec8256e4c6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:45:36 +0100 Subject: source4/lib: Fix prototypes for all functions. --- source4/lib/registry/pyregistry.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/registry') diff --git a/source4/lib/registry/pyregistry.c b/source4/lib/registry/pyregistry.c index b93258a856..5719bbd115 100644 --- a/source4/lib/registry/pyregistry.c +++ b/source4/lib/registry/pyregistry.c @@ -31,6 +31,8 @@ extern PyTypeObject PyRegistryKey; extern PyTypeObject PyRegistry; extern PyTypeObject PyHiveKey; +void initregistry(void); + /*#define PyRegistryKey_AsRegistryKey(obj) py_talloc_get_type(obj, struct registry_key)*/ #define PyRegistry_AsRegistryContext(obj) ((struct registry_context *)py_talloc_get_ptr(obj)) #define PyHiveKey_AsHiveKey(obj) ((struct hive_key*)py_talloc_get_ptr(obj)) -- cgit