aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-28 23:14:38 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-28 23:14:45 +0200
commita98fecfbfa095ceee45b963c07480ed9331c48e2 (patch)
tree7a4d427ccb99ed3dcab33be7e7883c16e39dcef1 /src/include
parent4e2259f14be320c8e2fe2a672a473e09677269c4 (diff)
downloadgnunet-a98fecfbfa095ceee45b963c07480ed9331c48e2.tar.gz
gnunet-a98fecfbfa095ceee45b963c07480ed9331c48e2.zip
-code cleanup plus one new assertion to debug madmurphy issue
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mst_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_mst_lib.h b/src/include/gnunet_mst_lib.h
index 43a8ab838..ec82ce357 100644
--- a/src/include/gnunet_mst_lib.h
+++ b/src/include/gnunet_mst_lib.h
@@ -103,7 +103,7 @@ GNUNET_MST_create (GNUNET_MessageTokenizerCallback cb,
103 * #GNUNET_NO if one_shot was set and we have another message ready 103 * #GNUNET_NO if one_shot was set and we have another message ready
104 * #GNUNET_SYSERR if the data stream is corrupt 104 * #GNUNET_SYSERR if the data stream is corrupt
105 */ 105 */
106int 106enum GNUNET_GenericReturnValue
107GNUNET_MST_from_buffer (struct GNUNET_MessageStreamTokenizer *mst, 107GNUNET_MST_from_buffer (struct GNUNET_MessageStreamTokenizer *mst,
108 const char *buf, 108 const char *buf,
109 size_t size, 109 size_t size,