]> Chaos Git - corbenik/ctrulib.git/commitdiff
SRV: misc fix
authoridunoe <idunoe@asia.com>
Mon, 27 Oct 2014 05:19:24 +0000 (13:19 +0800)
committeridunoe <idunoe@asia.com>
Mon, 27 Oct 2014 05:19:24 +0000 (13:19 +0800)
libctru/include/3ds/srv.h

index 141c0c6b5376103500b92e303e5adf864136ba14..961ddbe155e402ac7515c2cf3e5affd020e8f466 100644 (file)
@@ -3,7 +3,7 @@
 Result srvInit();
 Result srvExit();
 Result srvRegisterClient();
-Result srvGetServiceHandle(Handle* out, char* name);
+Result srvGetServiceHandle(Handle* out, const char* name);
 
 Result srvPmInit();
 Result srvRegisterProcess(u32 procid, u32 count, void *serviceaccesscontrol);