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

  1. /*
  2. ** Copyright (C) 1994, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 7/20/94
  6. */
  7.  
  8. void loadheaders();
  9. void loadoldheaders();
  10. char *getmaildate();
  11. char *getfromdate();
  12. void getname();
  13. char *getid();
  14. char *getsubject();
  15. char *getreply();
  16. void crossindex();
  17. void crossindexthread1();
  18. void crossindexthread2();
  19. void fixnextheader();
  20. void fixreplyheader();
  21. void fixthreadheader();
  22.