home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume16 / conf2 / part04 / extern.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-09-14  |  1.4 KB  |  56 lines

  1. extern errno;
  2.  
  3. extern struct passwd *getpwuid();
  4.  
  5. extern FILE *fopen(), *popen();
  6. extern char *getlogin(), *malloc(), *realloc(), *strchr(), *strrchr();
  7. extern char *ttyname(), *getenv(), *strcpy(), *strncpy(), *strcat();
  8.  
  9. extern char *tgetstr();
  10. extern void tputs();
  11.  
  12. extern char *sys_errlist[];
  13. extern int sys_nerr;
  14. extern long lseek();
  15. extern void free(), longjmp();
  16. extern unsigned alarm(), sleep();
  17.  
  18. extern char *progname;
  19. extern int log_rfd, log_wfd, usr_fd;
  20. extern long ourplace;
  21. extern FILE *rec_fp;
  22. extern int confing, columns, lines;
  23. extern char ichar, qchar;
  24.  
  25. extern char *wrdata, replytty[], replyname[];
  26. extern unsigned wdlen;
  27.  
  28. extern struct cusrfil cuser, tuser;
  29. extern struct clogfil clog, tlog;
  30.  
  31. extern int banner, seeme, informe, lineinput, beep;
  32. extern int expand8bit, expandctrl;
  33. extern unsigned linelen, wordlen;
  34.  
  35. extern int nice_exit(), write_log();
  36. extern int version(), do_to(), messptr(), colprnt(), fatal();
  37. extern int getopts(), getrc(), setopts(), dispchar(), do_ring();
  38. extern char *logname, *homedir;
  39. extern char *pager, *shell, *normform, *lineform, *shoutform, *sendform;
  40. extern char *informform, *recfile;
  41.  
  42. extern char *cls;
  43.  
  44. #ifdef    SYSV
  45. extern struct termio term, saveterm;
  46. #endif    SYSV
  47.  
  48. #ifdef    BSD
  49. extern struct tchars chrstr;
  50. extern struct sgttyb ktty;
  51. extern int ttyflags;
  52. #endif    BSD
  53.  
  54. extern char *getline(), *mymalloc(), *myrealloc(), *puterr();
  55. extern char *getword(), *parsestr(), *putsig();
  56.