From 3d4dc3f0218234a27103bdb6f93b17c0703b71a2 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 28 Jul 2016 10:20:20 +0200 Subject: python: Expose less functions to the Python world. * lang/python/Makefile.am (EXTRA_DIST, COPY_FILES): Add new file. * lang/python/gpgme.i: Include new file and add comments. * lang/python/helpers.c: Include new file. * lang/python/helpers.h: Move functions we do not need to expose... * lang/python/private.h: ... here. Signed-off-by: Justus Winter --- lang/python/helpers.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/python/helpers.c') diff --git a/lang/python/helpers.c b/lang/python/helpers.c index d6cbb883..2b381729 100644 --- a/lang/python/helpers.c +++ b/lang/python/helpers.c @@ -24,7 +24,9 @@ #include #include #include "Python.h" + #include "helpers.h" +#include "private.h" static PyObject *GPGMEError = NULL; -- cgit v1.2.3