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

#ifndef GNUNET_CHAT_MESSAGE_H_
#define GNUNET_CHAT_MESSAGE_H_

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

struct GNUNET_CHAT_Message
{
  struct GNUNET_MESSENGER_Message *message;
};

#endif /* GNUNET_CHAT_MESSAGE_H_ */