CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 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.