[BACK]Return to readline.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit / readline

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libedit/readline/readline.h between version 1.13 and 1.14

version 1.13, 2005/04/12 22:01:40 version 1.14, 2005/05/27 11:35:07
Line 45 
Line 45 
 /* typedefs */  /* typedefs */
 typedef int       Function(const char *, int);  typedef int       Function(const char *, int);
 typedef void      VFunction(void);  typedef void      VFunction(void);
   typedef void      VCPFunction(char *);
 typedef char     *CPFunction(const char *, int);  typedef char     *CPFunction(const char *, int);
 typedef char    **CPPFunction(const char *, int, int);  typedef char    **CPPFunction(const char *, int, int);
   
Line 167  void   rl_reset_terminal(const char *);
Line 168  void   rl_reset_terminal(const char *);
 int              rl_bind_key(int, int (*)(int, int));  int              rl_bind_key(int, int (*)(int, int));
 int              rl_newline(int, int);  int              rl_newline(int, int);
 void             rl_callback_read_char(void);  void             rl_callback_read_char(void);
 void             rl_callback_handler_install(const char *, VFunction *);  void             rl_callback_handler_install(const char *, VCPFunction *);
 void             rl_callback_handler_remove(void);  void             rl_callback_handler_remove(void);
 void             rl_redisplay(void);  void             rl_redisplay(void);
 int              rl_get_previous_history(int, int);  int              rl_get_previous_history(int, int);

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

CVSweb <webmaster@jp.NetBSD.org>