=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/talk.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/talk/talk.h 1998/08/18 04:02:26 1.4 --- src/usr.bin/talk/talk.h 1999/03/03 20:43:31 1.5 *************** *** 1,4 **** ! /* $OpenBSD: talk.h,v 1.4 1998/08/18 04:02:26 millert Exp $ */ /* $NetBSD: talk.h,v 1.3 1994/12/09 02:14:27 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: talk.h,v 1.5 1999/03/03 20:43:31 millert Exp $ */ /* $NetBSD: talk.h,v 1.3 1994/12/09 02:14:27 jtc Exp $ */ /* *************** *** 82,89 **** void open_ctl __P((void)); void open_sockt __P((void)); void print_addr __P((struct sockaddr_in)); ! void p_error __P((char *)); ! void quit __P((void)); int readwin __P((WINDOW *, int, int)); void re_invite __P((int)); void send_delete __P((void)); --- 82,88 ---- void open_ctl __P((void)); void open_sockt __P((void)); void print_addr __P((struct sockaddr_in)); ! void quit __P((char *, int)); int readwin __P((WINDOW *, int, int)); void re_invite __P((int)); void send_delete __P((void));