Commit 8c767543 authored by Aurelio Colosimo's avatar Aurelio Colosimo

proto-standard: fix compilation bug

parent 0cae0cc0
......@@ -186,7 +186,7 @@ void msg_unpack_sync(void *buf, MsgSync *sync)
}
/* Pack Announce message into out buffer of ppi */
void msg_pack_announce(struct pp_instance *ppi)
int msg_pack_announce(struct pp_instance *ppi)
{
void *buf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment