diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-17 17:37:56 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-17 17:37:56 +0200 |
commit | ec43082b1adfa394184900d49f5fe816dba749ec (patch) | |
tree | 2c542044512484a9a29e15d1cfb9c3fef7129cb6 /platform.h | |
parent | 6eb35ae72f4e579bd094f630b6b9d3d042432ae3 (diff) |
add start callback and further basic tests
Diffstat (limited to 'platform.h')
-rw-r--r-- | platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ # ifdef HAVE_CONFIG_H # include "brandt_config.h" # endif /* ifdef HAVE_CONFIG_H */ -#endif /* ifndef HAVE_USED_CONFIG_H */ +#endif /* ifndef HAVE_USED_CONFIG_H */ /* Include GNUnet's platform file */ #include <gnunet/platform.h> |