aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_json_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-07-26 15:46:18 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-07-26 15:46:18 +0200
commit089fe579a913bda293d2c1579972a64657242660 (patch)
treec2690dd7734968e2977e183bf4841da9f837c931 /src/include/gnunet_json_lib.h
parentcaa326c94792deb0d6718515ab6a0589fae4c270 (diff)
parentbaa855368383a691f1daeba5edd9f4cc5c39feac (diff)
downloadgnunet-089fe579a913bda293d2c1579972a64657242660.tar.gz
gnunet-089fe579a913bda293d2c1579972a64657242660.zip
-fix ftbfs
Diffstat (limited to 'src/include/gnunet_json_lib.h')
-rw-r--r--src/include/gnunet_json_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index 2b582669f..27a4a20cd 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -555,7 +555,7 @@ struct GNUNET_JSON_PackSpec
555 /** 555 /**
556 * Function that will do the packing. 556 * Function that will do the packing.
557 */ 557 */
558 GNUNET_JSON_PackCallback packer; 558 GNUNET_JSON_PackCallback *packer;
559 559
560 /** 560 /**
561 * Closure for @e packer. 561 * Closure for @e packer.