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

Diff for /src/usr.bin/tmux/Attic/cmd-list.c between version 1.13 and 1.14

version 1.13, 2014/04/11 19:35:54 version 1.14, 2014/09/01 21:50:18
Line 24 
Line 24 
 #include "tmux.h"  #include "tmux.h"
   
 struct cmd_list *  struct cmd_list *
 cmd_list_parse(int argc, char **argv, const char* file, u_int line,  cmd_list_parse(int argc, char **argv, const char *file, u_int line,
     char **cause)      char **cause)
 {  {
         struct cmd_list *cmdlist;          struct cmd_list *cmdlist;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14