diff options
Diffstat (limited to 'example/client.c')
-rw-r--r-- | example/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/client.c b/example/client.c index edc8394..e6e9a2e 100644 --- a/example/client.c +++ b/example/client.c @@ -23,7 +23,7 @@ #include "fileproto.pb.h" #include "common.h" -bool printfile_callback(pb_istream_t *stream, const pb_field_t *field, void *arg) +bool printfile_callback(pb_istream_t *stream, const pb_field_t *field, void **arg) { FileInfo fileinfo; |