[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.84 and 1.85

version 1.84, 2009/08/18 07:23:43 version 1.85, 2009/08/18 14:48:42
Line 991 
Line 991 
   
         struct msg_command_data *msgdata;          struct msg_command_data *msgdata;
   
         void            (*print)(struct cmd_ctx *, const char *, ...);          void printflike2 (*print)(struct cmd_ctx *, const char *, ...);
         void            (*info)(struct cmd_ctx *, const char *, ...);          void printflike2 (*info)(struct cmd_ctx *, const char *, ...);
         void            (*error)(struct cmd_ctx *, const char *, ...);          void printflike2 (*error)(struct cmd_ctx *, const char *, ...);
 };  };
   
 struct cmd {  struct cmd {
Line 1722 
Line 1722 
 void printflike1 log_info(const char *, ...);  void printflike1 log_info(const char *, ...);
 void printflike1 log_debug(const char *, ...);  void printflike1 log_debug(const char *, ...);
 void printflike1 log_debug2(const char *, ...);  void printflike1 log_debug2(const char *, ...);
 __dead void      log_fatal(const char *, ...);  __dead void printflike1 log_fatal(const char *, ...);
 __dead void      log_fatalx(const char *, ...);  __dead void printflike1 log_fatalx(const char *, ...);
   
 /* xmalloc.c */  /* xmalloc.c */
 char            *xstrdup(const char *);  char            *xstrdup(const char *);

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85