Rerun hack/vendor.sh to pick up gpgme changes

In particular, https://github.com/proglottis/gpgme/pull/8 .
This commit is contained in:
Miloslav Trmač
2016-05-07 02:32:57 +02:00
parent 9d24de4c57
commit 5a2b4005bb

View File

@@ -1,6 +1,8 @@
#ifndef GO_GPGME_H
#define GO_GPGME_H
#include <stdint.h>
#include <gpgme.h>
extern ssize_t gogpgme_readfunc(void *handle, void *buffer, size_t size);