diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-08-22 17:57:31 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-08-22 17:57:31 +0000 |
commit | 2ae973618f3b51fa9bbf5532eaa1352cafc24ecc (patch) | |
tree | ea8bb13a4c7d390f88318b61bc6caf50ea6cf400 /src/fs/fs.h | |
parent | 9a10e9c06a3b08c8ab73edb7d2093a6d452ecc05 (diff) |
stuff
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 |