aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_file.h')
-rw-r--r--src/gnunet_chat_file.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/gnunet_chat_file.h b/src/gnunet_chat_file.h
new file mode 100644
index 0000000..5d71aba
--- /dev/null
+++ b/src/gnunet_chat_file.h
@@ -0,0 +1,19 @@
1/*
2 * @author Tobias Frisch
3 * @file gnunet_chat_file.h
4 */
5
6#ifndef GNUNET_CHAT_FILE_H_
7#define GNUNET_CHAT_FILE_H_
8
9#include <gnunet/platform.h>
10#include <gnunet/gnunet_fs_service.h>
11#include <gnunet/gnunet_util_lib.h>
12
13struct GNUNET_CHAT_File
14{
15 struct GNUNET_FS_Uri* uri;
16 struct GNUNET_FS_DownloadContext* context;
17};
18
19#endif /* GNUNET_CHAT_FILE_H_ */