From 4297142721683734e7dfa8c7dfed59703cad356f Mon Sep 17 00:00:00 2001 From: Kartik Date: Wed, 5 Apr 2017 19:13:01 +0530 Subject: [PATCH] Update httpc.h --- libctru/include/3ds/services/httpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/httpc.h b/libctru/include/3ds/services/httpc.h index 19ace5f..481c8c3 100644 --- a/libctru/include/3ds/services/httpc.h +++ b/libctru/include/3ds/services/httpc.h @@ -89,7 +89,7 @@ Result httpcAddPostDataAscii(httpcContext *context, const char* name, const char * @param value The binary data to pass as a value. * @param len Length of the binary data which has been passed. */ -Result httpcAddPostDataBinary(httpcContext *context, const char* name, u8* value, u32 len); +Result httpcAddPostDataBinary(httpcContext *context, const char* name, const u8* value, u32 len); /** * @brief Adds a POST body to a HTTP context.