aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-04-07 11:06:38 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-04-07 11:06:38 +0000
commit15ba1d44e77be6c4d34a1c62fe6d988d5cd1aa5a (patch)
treebc993399d88ddabbc2d691e5c223c9fc77b3af0d /src
parentc4a33c4e4199516420e0c0b7753acd1e2d6d1c19 (diff)
downloadgnunet-15ba1d44e77be6c4d34a1c62fe6d988d5cd1aa5a.tar.gz
gnunet-15ba1d44e77be6c4d34a1c62fe6d988d5cd1aa5a.zip
missing ifndefs in headers
Diffstat (limited to 'src')
-rw-r--r--src/ats/gnunet-ats-solver-eval.h3
-rw-r--r--src/experimentation/gnunet-daemon-experimentation.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ats/gnunet-ats-solver-eval.h b/src/ats/gnunet-ats-solver-eval.h
index 9098ae7b5..ab62f5000 100644
--- a/src/ats/gnunet-ats-solver-eval.h
+++ b/src/ats/gnunet-ats-solver-eval.h
@@ -23,6 +23,8 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 */ 25 */
26#ifndef GNUNET_ATS_SOLVER_EVAL_H
27#define GNUNET_ATS_SOLVER_EVAL_H
26#include "platform.h" 28#include "platform.h"
27#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
28#include "gnunet_ats_plugin.h" 30#include "gnunet_ats_plugin.h"
@@ -810,4 +812,5 @@ GNUNET_ATS_TEST_create_topology (char *name, char *cfg_file,
810void 812void
811GNUNET_ATS_TEST_shutdown_topology (void); 813GNUNET_ATS_TEST_shutdown_topology (void);
812#endif 814#endif
815#endif /* #ifndef GNUNET_ATS_SOLVER_EVAL_H */
813/* end of file ats-testing.h */ 816/* end of file ats-testing.h */
diff --git a/src/experimentation/gnunet-daemon-experimentation.h b/src/experimentation/gnunet-daemon-experimentation.h
index 9568cfa33..977d663e8 100644
--- a/src/experimentation/gnunet-daemon-experimentation.h
+++ b/src/experimentation/gnunet-daemon-experimentation.h
@@ -24,6 +24,8 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author Matthias Wachs 25 * @author Matthias Wachs
26 */ 26 */
27#ifndef GNUNET_DAEMON_EXPERIMENTATION_H
28#define GNUNET_DAEMON_EXPERIMENTATION_H
27#include "platform.h" 29#include "platform.h"
28#include "gnunet_getopt_lib.h" 30#include "gnunet_getopt_lib.h"
29#include "gnunet_util_lib.h" 31#include "gnunet_util_lib.h"
@@ -493,4 +495,5 @@ void
493GED_storage_stop (void); 495GED_storage_stop (void);
494 496
495 497
498#endif /* #ifndef GNUNET_DAEMON_EXPERIMENTATION_H */
496/* end of gnunet-daemon-experimentation.h */ 499/* end of gnunet-daemon-experimentation.h */