[BACK]Return to talk.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / talk

Diff for /src/usr.bin/talk/talk.h between version 1.11 and 1.12

version 1.11, 2009/05/09 11:05:01 version 1.12, 2016/02/01 07:29:25
Line 32 
Line 32 
  *      @(#)talk.h      8.1 (Berkeley) 6/6/93   *      @(#)talk.h      8.1 (Berkeley) 6/6/93
  */   */
   
 #include <sys/types.h>  
 #include <sys/socket.h>  
 #include <netinet/in.h>  #include <netinet/in.h>
 #include <protocols/talkd.h>  #include <protocols/talkd.h>
   
 #include <curses.h>  #include <curses.h>
 #include <signal.h>  #include <signal.h>
 #include <string.h>  
 #include <err.h>  
   
 extern  int sockt;  extern  int sockt;
 extern  int curses_initialized;  extern  int curses_initialized;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12