aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 90d32f4a7..cd39522bc 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -64,6 +64,8 @@ struct ContentHashKey
64}; 64};
65 65
66 66
67GNUNET_NETWORK_STRUCT_BEGIN
68
67/** 69/**
68 * Message sent from a GNUnet (fs) publishing activity to the 70 * Message sent from a GNUnet (fs) publishing activity to the
69 * gnunet-fs-service to initiate indexing of a file. The service is 71 * gnunet-fs-service to initiate indexing of a file. The service is
@@ -288,7 +290,7 @@ struct PutMessage
288 /* this is followed by the actual encrypted content */ 290 /* this is followed by the actual encrypted content */
289 291
290}; 292};
291 293GNUNET_NETWORK_STRUCT_END
292 294
293 295
294#endif 296#endif