aboutsummaryrefslogtreecommitdiff
path: root/src/util/speedup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/speedup.h')
-rw-r--r--src/util/speedup.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/util/speedup.h b/src/util/speedup.h
index 5b665133e..232d74f7d 100644
--- a/src/util/speedup.h
+++ b/src/util/speedup.h
@@ -11,17 +11,17 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @file util/speedup.c 22 * @file util/speedup.c
23 * @brief Interface for speedup routinues 23 * @brief Interface for speedup routinues
24 * @author Sree Harsha Totakura <sreeharsha@totakura.in> 24 * @author Sree Harsha Totakura <sreeharsha@totakura.in>
25 */ 25 */
26 26
27#ifndef SPEEDUP_H_ 27#ifndef SPEEDUP_H_
@@ -34,12 +34,12 @@
34 * @return GNUNET_OK on success, GNUNET_SYSERR if the speedup was not configured 34 * @return GNUNET_OK on success, GNUNET_SYSERR if the speedup was not configured
35 */ 35 */
36int 36int
37GNUNET_SPEEDUP_start_ (const struct GNUNET_CONFIGURATION_Handle *cfg); 37GNUNET_SPEEDUP_start_(const struct GNUNET_CONFIGURATION_Handle *cfg);
38 38
39/** 39/**
40 * Stop tasks that modify clock behavior. 40 * Stop tasks that modify clock behavior.
41 */ 41 */
42void 42void
43GNUNET_SPEEDUP_stop_ (void); 43GNUNET_SPEEDUP_stop_(void);
44 44
45#endif /* SPEEDUP_H_ */ 45#endif /* SPEEDUP_H_ */