From: smea Date: Thu, 20 Nov 2014 11:05:51 +0000 (-0800) Subject: added prototype to soc.h X-Git-Tag: v0.2.0~50^2~1 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=463f366e2bc51e4157a1d7b37675466cfea1aee3;p=corbenik%2Fctrulib.git added prototype to soc.h --- diff --git a/libctru/include/3ds/services/soc.h b/libctru/include/3ds/services/soc.h index 32fb909..0b34775 100644 --- a/libctru/include/3ds/services/soc.h +++ b/libctru/include/3ds/services/soc.h @@ -3,3 +3,5 @@ Result SOC_Initialize(u32 *context_addr, u32 context_size);//Example context_size: 0x48000. The specified context buffer can no longer be accessed by the process which called this function, since the userland permissions for this block are set to no-access. Result SOC_Shutdown(); int SOC_GetErrno(); + +long gethostid();