aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_json_lib.h
diff options
context:
space:
mode:
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.