home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / hyprmail.zip / print.h < prev    next >
C/C++ Source or Header  |  1994-07-26  |  468b  |  24 lines

  1. /*
  2. ** Copyright (C) 1994, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 7/14/94
  6. */
  7.  
  8. void writearticles();
  9. void printbody();
  10. void writedates();
  11. void printdates();
  12. void writethreads();
  13. void printthreads();
  14. void writesubjects();
  15. void printsubjects();
  16. void writeauthors();
  17. void printauthors();
  18. void checkreplies();
  19. char *makefilename();
  20. void printcomment();
  21. void printfooter();
  22. void progerr();
  23. void usage();
  24.