[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.574 and 1.575

version 1.574, 2015/11/12 12:19:57 version 1.575, 2015/11/12 12:43:36
Line 2194 
Line 2194 
 char            *utf8_tocstr(struct utf8_data *);  char            *utf8_tocstr(struct utf8_data *);
 u_int            utf8_cstrwidth(const char *);  u_int            utf8_cstrwidth(const char *);
 char            *utf8_trimcstr(const char *, u_int);  char            *utf8_trimcstr(const char *, u_int);
   char            *utf8_padcstr(const char *, u_int);
   
 /* procname.c */  /* procname.c */
 char   *get_proc_name(int, char *);  char   *get_proc_name(int, char *);

Legend:
Removed from v.1.574  
changed lines
  Added in v.1.575