first batch of license fixes (boring)
[oweals/gnunet.git] / src / include / gnunet_psyc_util_lib.h
1 /*
2      This file is part of GNUnet.
3      Copyright (C) 2012, 2013 GNUnet e.V.
4
5      GNUnet is free software: you can redistribute it and/or modify it
6      under the terms of the GNU General Public License as published
7      by the Free Software Foundation, either version 3 of the License,
8      or (at your 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      Affero General Public License for more details.
14 */
15
16 /**
17  * @author Gabor X Toth
18  *
19  * @file
20  * PSYC utilities: messages, environment, slicer
21  */
22
23 #ifndef GNUNET_PSYC_UTIL_LIB_H
24 #define GNUNET_PSYC_UTIL_LIB_H
25
26 #ifdef __cplusplus
27 extern "C"
28 {
29 #if 0                           /* keep Emacsens' auto-indent happy */
30 }
31 #endif
32 #endif
33
34
35 #include "gnunet_psyc_env.h"
36 #include "gnunet_psyc_message.h"
37 #include "gnunet_psyc_slicer.h"
38
39
40 #if 0                           /* keep Emacsens' auto-indent happy */
41 {
42 #endif
43 #ifdef __cplusplus
44 }
45 #endif
46
47 /* ifndef GNUNET_PSYC_UTIL_LIB_H */
48 #endif