[BACK]Return to client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/client.c between version 1.105 and 1.106

version 1.105, 2015/11/15 14:32:48 version 1.106, 2015/11/18 14:27:44
Line 410 
Line 410 
   
 /* Callback for client stdin read events. */  /* Callback for client stdin read events. */
 void  void
 client_stdin_callback(unused int fd, unused short events, unused void *arg)  client_stdin_callback(__unused int fd, __unused short events,
       __unused void *arg)
 {  {
         struct msg_stdin_data   data;          struct msg_stdin_data   data;
   
Line 512 
Line 513 
   
 /* Callback for client read events. */  /* Callback for client read events. */
 void  void
 client_dispatch(struct imsg *imsg, unused void *arg)  client_dispatch(struct imsg *imsg, __unused void *arg)
 {  {
         if (imsg == NULL) {          if (imsg == NULL) {
                 client_exitreason = CLIENT_EXIT_LOST_SERVER;                  client_exitreason = CLIENT_EXIT_LOST_SERVER;

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106