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

Diff for /src/usr.bin/tmux/tmux.h between version 1.156 and 1.157

version 1.156, 2009/11/03 20:29:47 version 1.157, 2009/11/03 20:59:22
Line 1427 
Line 1427 
 void             cmd_free(struct cmd *);  void             cmd_free(struct cmd *);
 size_t           cmd_print(struct cmd *, char *, size_t);  size_t           cmd_print(struct cmd *, char *, size_t);
 struct session  *cmd_current_session(struct cmd_ctx *);  struct session  *cmd_current_session(struct cmd_ctx *);
   struct client   *cmd_current_client(struct cmd_ctx *);
 struct client   *cmd_find_client(struct cmd_ctx *, const char *);  struct client   *cmd_find_client(struct cmd_ctx *, const char *);
 struct session  *cmd_find_session(struct cmd_ctx *, const char *);  struct session  *cmd_find_session(struct cmd_ctx *, const char *);
 struct winlink  *cmd_find_window(  struct winlink  *cmd_find_window(

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157