diff options
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r-- | src/fs/fs.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h index 13129be58d..024e0ecc89 100644 --- a/src/fs/fs.h +++ b/src/fs/fs.h @@ -129,4 +129,16 @@ struct GNUNET_FS_Uri }; + +/** + * Information for a file or directory that is + * about to be published. + */ +struct GNUNET_FS_FileInformation +{ + + +}; + + #endif |