]> Chaos Git - corbenik/ctrulib.git/commitdiff
added prototype to soc.h
authorsmea <smealum@gmail.com>
Thu, 20 Nov 2014 11:05:51 +0000 (03:05 -0800)
committersmea <smealum@gmail.com>
Thu, 20 Nov 2014 11:05:51 +0000 (03:05 -0800)
libctru/include/3ds/services/soc.h

index 32fb9097fe4c497599260ba27738977c36e0c6a1..0b347754d837df0dccd85aa9d06a945d33464ed8 100644 (file)
@@ -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();