summaryrefslogtreecommitdiff
path: root/cffi/parse_c_type.h
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-11-13 13:19:11 +0100
committerArmin Rigo <arigo@tunes.org>2015-11-13 13:19:11 +0100
commit7d2bdaddba3a35b90bdb2d8fd4aef007f2d398da (patch)
treeacdd9dfa16914d58221f7258e8d5d54dcc660be9 /cffi/parse_c_type.h
parentfa86443f8bd07629740d37b8f86e683312c81ca1 (diff)
downloadcffi-7d2bdaddba3a35b90bdb2d8fd4aef007f2d398da.tar.gz
fix
Diffstat (limited to 'cffi/parse_c_type.h')
-rw-r--r--cffi/parse_c_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cffi/parse_c_type.h b/cffi/parse_c_type.h
index 36ec5c4..0c57b3a 100644
--- a/cffi/parse_c_type.h
+++ b/cffi/parse_c_type.h
@@ -168,7 +168,7 @@ struct _cffi_callpy_s {
void *reserved;
};
-extern void _cffi_call_python(struct _cffi_callpy_s *, void *);
+extern void _cffi_call_python(struct _cffi_callpy_s *, char *);
#ifdef _CFFI_INTERNAL