From 2ac5cedb719d220db412d0bdc69e34bad9ab26f1 Mon Sep 17 00:00:00 2001 From: Arnaud Faucher Date: Mon, 22 Nov 2010 00:07:21 +0100 Subject: Avoid the use of PyAPI_DATA, which is for internal Python API's. Signed-off-by: Jelmer Vernooij Autobuild-User: Jelmer Vernooij Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 --- source4/auth/credentials/pycredentials.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/auth') diff --git a/source4/auth/credentials/pycredentials.h b/source4/auth/credentials/pycredentials.h index 09deb05e58..5c3a9b2ebb 100644 --- a/source4/auth/credentials/pycredentials.h +++ b/source4/auth/credentials/pycredentials.h @@ -22,8 +22,8 @@ #include "auth/credentials/credentials.h" #include "lib/talloc/pytalloc.h" -PyAPI_DATA(PyTypeObject) PyCredentials; -PyAPI_DATA(PyTypeObject) PyCredentialCacheContainer; +extern PyTypeObject PyCredentials; +extern PyTypeObject PyCredentialCacheContainer; typedef struct { PyObject_HEAD TALLOC_CTX *mem_ctx; -- cgit