[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.300 and 1.301

version 1.300, 2011/12/04 16:18:01 version 1.301, 2011/12/09 16:28:18
Line 1562 
Line 1562 
 struct winlink  *cmd_find_pane(struct cmd_ctx *,  struct winlink  *cmd_find_pane(struct cmd_ctx *,
                      const char *, struct session **, struct window_pane **);                       const char *, struct session **, struct window_pane **);
 char            *cmd_template_replace(char *, const char *, int);  char            *cmd_template_replace(char *, const char *, int);
   char            *cmd_get_default_path(struct cmd_ctx *ctx);
 extern const struct cmd_entry *cmd_table[];  extern const struct cmd_entry *cmd_table[];
 extern const struct cmd_entry cmd_attach_session_entry;  extern const struct cmd_entry cmd_attach_session_entry;
 extern const struct cmd_entry cmd_bind_key_entry;  extern const struct cmd_entry cmd_bind_key_entry;
Line 2079 
Line 2080 
   
 /* procname.c */  /* procname.c */
 char   *get_proc_name(int, char *);  char   *get_proc_name(int, char *);
   char   *get_proc_cwd(pid_t);
   
 /* log.c */  /* log.c */
 void             log_open_tty(int);  void             log_open_tty(int);

Legend:
Removed from v.1.300  
changed lines
  Added in v.1.301