|
|
1.1 ! root 1: /* $Header: talk.h 1.2 83/04/23 02:15:12 moore Exp $ */ ! 2: ! 3: #include <curses.h> ! 4: #include <utmp.h> ! 5: ! 6: #define forever for(;;) ! 7: ! 8: #define BUF_SIZE 512 ! 9: ! 10: FILE *popen(); ! 11: int quit(), sleeper(); ! 12: ! 13: extern int sockt; ! 14: extern int curses_initialized; ! 15: extern int invitation_waiting; ! 16: ! 17: extern char *current_state; ! 18: extern int current_line; ! 19: ! 20: typedef struct xwin { ! 21: WINDOW *x_win; ! 22: int x_nlines; ! 23: int x_ncols; ! 24: int x_line; ! 25: int x_col; ! 26: char kill; ! 27: char cerase; ! 28: char werase; ! 29: } xwin_t; ! 30: ! 31: extern xwin_t my_win; ! 32: extern xwin_t his_win; ! 33: extern WINDOW *line_win;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.