openbsd-ports/security/gpgme/patches/patch-gpgme_util_h
2002-03-17 21:39:29 +00:00

13 lines
506 B
Plaintext

$OpenBSD: patch-gpgme_util_h,v 1.1 2002/03/17 21:39:29 couderc Exp $
--- gpgme/util.h.orig Sat Mar 16 15:31:10 2002
+++ gpgme/util.h Sat Mar 16 15:31:19 2002
@@ -139,7 +139,7 @@ typedef struct
ssize_t (*read)(void*,char*,size_t);
ssize_t (*write)(void*,const char*,size_t);
int (*seek)(void*,off_t*,int);
- int (*close)(coid*);
+ int (*close)(void*);
} _IO_cookie_io_functions_t;
typedef _IO_cookie_io_functions_t cookie_io_functions_t;
FILE *fopencookie (void *cookie, const char *opentype,