multicast, psyc, psycstore, client_manager fixes
[oweals/gnunet.git] / src / include / gnunet_util_taler_wallet_lib.h
1 /*
2       This file is part of GNUnet
3       Copyright (C) 2009, 2015 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., 51 Franklin Street, Fifth Floor,
18       Boston, MA 02110-1301, USA.
19  */
20
21 /**
22  * @file include/gnunet_util_taler_wallet_lib.h
23  * @brief convenience header including all headers of subsystems in
24  *        gnunet_util_taler_wallet library.  Note that (due to the
25  *        structure of the original headers), not all symbols declared
26  *        by the included headers are actually included in the
27  *        gnunet_util_taler_wallet library!  The library excludes anything
28  *        relating to the GNUnet installation location, scheduler, networking
29  *        or OS-specific logic that would not apply to Apps/Browser extensions.
30  * @author Christian Grothoff
31  */
32
33 #ifndef GNUNET_UTIL_TALER_WALLET_LIB_H
34 #define GNUNET_UTIL_TALER_WALLET_LIB_H
35
36 #ifdef __cplusplus
37 extern "C"
38 {
39 #if 0                           /* keep Emacsens' auto-indent happy */
40 }
41 #endif
42 #endif
43
44 #include "gnunet_crypto_lib.h"
45 #include "gnunet_container_lib.h"
46 #include "gnunet_strings_lib.h"
47
48 #if 0                           /* keep Emacsens' auto-indent happy */
49 {
50 #endif
51 #ifdef __cplusplus
52 }
53 #endif
54
55 #endif