aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_file.h
blob: 5d71aba21e3c5f2ce184e0872859b2a075577f35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * @author Tobias Frisch
 * @file gnunet_chat_file.h
 */

#ifndef GNUNET_CHAT_FILE_H_
#define GNUNET_CHAT_FILE_H_

#include <gnunet/platform.h>
#include <gnunet/gnunet_fs_service.h>
#include <gnunet/gnunet_util_lib.h>

struct GNUNET_CHAT_File
{
  struct GNUNET_FS_Uri* uri;
  struct GNUNET_FS_DownloadContext* context;
};

#endif /* GNUNET_CHAT_FILE_H_ */