CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/23 15:19:11
Modified files:
usr.bin/tmux : client.c server-msg.c
Log message:
None of the server message functions return anything but 0, so make them all
void.
Also remove a leftover variable in client.c.
