From da43a590f1c47e9907a5b44b978999e043fd74ee Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 18 Sep 2013 12:48:47 +0000 Subject: mixed up .c and .h finished makefile --- src/ats-tests/perf_ats_logging.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/ats-tests/perf_ats_logging.c') diff --git a/src/ats-tests/perf_ats_logging.c b/src/ats-tests/perf_ats_logging.c index 2342a270d..9cdccf54b 100644 --- a/src/ats-tests/perf_ats_logging.c +++ b/src/ats-tests/perf_ats_logging.c @@ -27,8 +27,16 @@ #include "gnunet_util_lib.h" void -perf_logging_stop (); +perf_logging_stop () +{ + GNUNET_log(GNUNET_ERROR_TYPE_INFO, + _("Start logging\n")); +} void -perf_logging_start (); +perf_logging_start () +{ + GNUNET_log(GNUNET_ERROR_TYPE_INFO, + _("Start logging\n")); +} /* end of file perf_ats_logging.c */ -- cgit v1.2.3