aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r--src/include/gnunet_social_service.h65
1 files changed, 65 insertions, 0 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
new file mode 100644
index 000000000..366bc0f4f
--- /dev/null
+++ b/src/include/gnunet_social_service.h
@@ -0,0 +1,65 @@
1/*
2 This file is part of GNUnet.
3 (C) 2009, 2010 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19*/
20
21/**
22 * @file include/gnunet_social_service.h
23 * @brief Social service; implements social functionality using the PSYC service
24 * @author tg
25 */
26#ifndef GNUNET_SOCIAL_SERVICE_H
27#define GNUNET_SOCIAL_SERVICE_H
28
29#ifdef __cplusplus
30extern "C"
31{
32#if 0 /* keep Emacsens' auto-indent happy */
33}
34#endif
35#endif
36
37#include "gnunet_util_lib.h"
38#include "gnunet_psyc_service.h"
39
40/**
41 * Version number of GNUnet Social API.
42 */
43#define GNUNET_SOCIAL_VERSION 0x00000000
44
45/**
46 * Handle for a social channel
47 */
48struct GNUNET_SOCIAL_Channel;
49
50/**
51 * Handle for a social client
52 */
53struct GNUNET_SOCIAL_Client;
54
55
56#if 0 /* keep Emacsens' auto-indent happy */
57{
58#endif
59#ifdef __cplusplus
60}
61#endif
62
63/* ifndef GNUNET_SOCIAL_SERVICE_H */
64#endif
65/* end of gnunet_social_service.h */