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

  1. /*
  2. ** Copyright (C) 1994, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 7/28/94
  6. */
  7.  
  8. char *strdup();
  9. char *stripzone();
  10. int numstrchr();
  11. char *convurls();
  12. char *convchars();
  13. char *unconvchars();
  14. char *getconfvalue();
  15. char *getvalue();
  16. char *unre();
  17. void oneunre();
  18. char *rmcr();
  19. int isquote();
  20. char *replace();
  21. char *makemailcommand();
  22.