X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fspeedup.h;h=505e73bf4c18b294e252df750ae80cb9d5a20a98;hb=HEAD;hp=232d74f7d551fa88a8f23546c95fd2deaa56a33c;hpb=d41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb;p=oweals%2Fgnunet.git diff --git a/src/util/speedup.h b/src/util/speedup.h index 232d74f7d..505e73bf4 100644 --- a/src/util/speedup.h +++ b/src/util/speedup.h @@ -34,12 +34,12 @@ * @return GNUNET_OK on success, GNUNET_SYSERR if the speedup was not configured */ int -GNUNET_SPEEDUP_start_(const struct GNUNET_CONFIGURATION_Handle *cfg); +GNUNET_SPEEDUP_start_ (const struct GNUNET_CONFIGURATION_Handle *cfg); /** * Stop tasks that modify clock behavior. */ void -GNUNET_SPEEDUP_stop_(void); +GNUNET_SPEEDUP_stop_ (void); #endif /* SPEEDUP_H_ */