home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume10 / pcmail2 / part01 / main / deskutil.h < prev    next >
C/C++ Source or Header  |  1990-01-24  |  717b  |  37 lines

  1. /*++
  2. /* NAME
  3. /*    deskutil 5
  4. /* SUMMARY
  5. /*    visible desk top utility funtions 
  6. /* PROJECT
  7. /*    pc-mail
  8. /* PACKAGE
  9. /*    mailsh
  10. /* SYNOPSIS
  11. /*    #include "deskutil.h"
  12. /* DESCRIPTION
  13. /* .nf
  14.  
  15. /* /* externally visible functions in deskutil.c */
  16.  
  17. extern void patience();
  18. extern int when();
  19. extern int unspool();
  20. extern int save();
  21. extern int print();
  22. extern int delete();
  23. /* SEE ALSO
  24. /*      desk(3);
  25. /* AUTHOR(S);
  26. /*      W.Z. Venema
  27. /*      Eindhoven University of Technology
  28. /*      Department of Mathematics and Computer Science
  29. /*      Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
  30. /* CREATION DATE
  31. /*    Tue May 12 15:35:20 GMT+1:00 1987
  32. /* LAST MODIFICATION
  33. /*    1/22/90 13:01:33
  34. /* VERSION/RELEASE
  35. /*    2.1
  36. /*--*/
  37.