aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/gpgme.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gpgme/gpgme.c b/gpgme/gpgme.c
index 3a3b2d0f..bb9165f6 100644
--- a/gpgme/gpgme.c
+++ b/gpgme/gpgme.c
@@ -22,7 +22,17 @@
#include <stdio.h>
#include <stdlib.h>
+#include "gpgme-memory.h"
+#include "gpgme-types.h"
+GPGME
+gpgme_new_context ()
+{
+ GPGME *c;
+
+ c = gpgme_xmalloc
+
+}