diff -r e65adfc99f15 -r 7e1d72fc03c7 project_files/frontlib/net/netbase.c --- a/project_files/frontlib/net/netbase.c Sun Aug 12 23:51:36 2012 +0200 +++ b/project_files/frontlib/net/netbase.c Wed Aug 15 23:40:10 2012 +0200 @@ -178,7 +178,7 @@ } } -int flib_netbase_send_message(flib_netbase *net, flib_netmsg *msg) { +int flib_netbase_send_message(flib_netbase *net, const flib_netmsg *msg) { if(log_badargs_if2(net==NULL, msg==NULL)) { return -1; }