From bd832dbb258c2b8f9e305654a948cc4d1052b885 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 23 Dec 2016 13:01:23 +0000 Subject: [PATCH] fix bossSetupContextDefault prototype --- libctru/include/3ds/services/boss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/boss.h b/libctru/include/3ds/services/boss.h index 92a2a66..502d286 100644 --- a/libctru/include/3ds/services/boss.h +++ b/libctru/include/3ds/services/boss.h @@ -104,7 +104,7 @@ Result bossGetTaskProperty0(const char *taskID, u8 *out); * @param seconds_interval Interval in seconds for running the task automatically. * @param url Task URL. */ -void bossSetupContextDefault(bossContext *ctx, u32 seconds_interval, char *url); +void bossSetupContextDefault(bossContext *ctx, u32 seconds_interval, const char *url); /** * @brief Sends the config stored in the context. Used before registering a task.