home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / communic / pcmail / main / mail.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-05  |  1.7 KB  |  115 lines

  1. /*++
  2.  
  3. /* NAME
  4.  
  5. /*    mail 5
  6.  
  7. /* SUMMARY
  8.  
  9. /*    global declarations for mail shell
  10.  
  11. /* PROJECT
  12.  
  13. /*    pc-mail
  14.  
  15. /* PACKAGE
  16.  
  17. /*    mail
  18.  
  19. /* SYNOPSIS
  20.  
  21. /*    #include "mail.h"
  22.  
  23. /* DESCRIPTION
  24.  
  25. /* .nf
  26.  
  27.  
  28.  
  29.  /* Global declarations for the mail shell */
  30.  
  31.  
  32.  
  33. extern int alias();            /* alias.c */
  34.  
  35. extern int call();            /* call.c */
  36.  
  37. extern int create();            /* create.c */
  38.  
  39. extern void init();            /* desk.c */
  40.  
  41. extern int junk_desk();            /* desk.c */
  42.  
  43. extern char message[];            /* desk.c */
  44.  
  45. extern char comment[];            /* desk.c */
  46.  
  47. extern void patience();            /* deskutil.c */
  48.  
  49. extern int when();            /* deskutil.c */
  50.  
  51. extern int unspool();            /* deskutil.c */
  52.  
  53. extern int save();            /* deskutil.c */
  54.  
  55. extern int filter();            /* deskutil.c */
  56.  
  57. extern int print();            /* deskutil.c */
  58.  
  59. extern int delete();            /* deskutil.c */
  60.  
  61. extern char *tstamp();            /* deskutil.c */
  62.  
  63. extern int edit();            /* edit.c */
  64.  
  65. extern int work();            /* email.c */
  66.  
  67. extern int work_disp();            /* email.c */
  68.  
  69. extern int file();            /* file.c */
  70.  
  71. extern int junk_file();            /* file.c */
  72.  
  73. extern int kbdinp();            /* kbdinp.c */
  74.  
  75. extern void kbdinit();            /* kbdinp.c */
  76.  
  77. extern void kbdrest();            /* kbdinp.c */
  78.  
  79. extern int mailfile();            /* mailfile.c */
  80.  
  81. extern int makework();            /* makework.c */
  82.  
  83. extern int mbox();            /* mbox.c */
  84.  
  85. extern int reply();            /* reply.c */
  86.  
  87. extern int setup();            /* setup.c */
  88.  
  89.  
  90.  
  91. /* AUTHOR(S)
  92.  
  93. /*    W.Z. Venema
  94.  
  95. /*    Eindhoven University of Technology
  96.  
  97. /*    Department of Mathematics and Computer Science
  98.  
  99. /*    Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
  100.  
  101. /* CREATION DATE
  102.  
  103. /*    Sat Apr 16 16:42:07 MET 1988
  104.  
  105. /* LAST MODIFICATION
  106.  
  107. /*    90/01/22 13:02:05
  108.  
  109. /* VERSION/RELEASE
  110.  
  111. /*    2.1
  112.  
  113. /*--*/
  114.  
  115.