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

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

Diff for /src/lib/libcurses/curses_private.h between version 1.38.6.4 and 1.38.6.5

version 1.38.6.4, 2007/02/26 09:49:29 version 1.38.6.5, 2007/02/28 10:34:46
Line 367  void __cputwchar_args( wchar_t, void * )
Line 367  void __cputwchar_args( wchar_t, void * )
 int     _cursesi_copy_nsp(nschar_t *, struct __ldata *);  int     _cursesi_copy_nsp(nschar_t *, struct __ldata *);
 void    __cursesi_free_nsp(nschar_t *);  void    __cursesi_free_nsp(nschar_t *);
 void    __cursesi_win_free_nsp(WINDOW *);  void    __cursesi_win_free_nsp(WINDOW *);
   void    __cursesi_putnsp(nschar_t *, const int, const int);
 #endif /* HAVE_WCHAR */  #endif /* HAVE_WCHAR */
 char    *__longname(char *, char *);    /* Original BSD version */  char    *__longname(char *, char *);    /* Original BSD version */
 int      __mvcur(int, int, int, int, int);  int      __mvcur(int, int, int, int, int);

Legend:
Removed from v.1.38.6.4  
changed lines
  Added in v.1.38.6.5

CVSweb <webmaster@jp.NetBSD.org>