diff user/lib/ipc.c3 @ 410:6aa9743ed362 tip

Reflect change in c3 public modifier
author Windel Bouwman
date Mon, 23 Feb 2015 21:06:04 +0100
parents 0fb6633c42f6
children
line wrap: on
line diff
--- a/user/lib/ipc.c3	Sat Feb 21 12:17:47 2015 +0100
+++ b/user/lib/ipc.c3	Mon Feb 23 21:06:04 2015 +0100
@@ -18,7 +18,7 @@
     // TODO: make this in assembler?
 }
 
-function void SendMessage(Msg *msg)
+public function void SendMessage(Msg *msg)
 {
     var int x;
     x=kernelTrap(MSG_SEND, 1, 0)