home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Mail / mailapp-utilities-2.1-MIHS / Source / iso_convert.h < prev    next >
Encoding:
Text File  |  1997-12-17  |  868 b   |  24 lines

  1. /* -*-C-*-
  2. *******************************************************************************
  3. *
  4. * File:         iso_convert.h
  5. * RCS:          iso_convert.h,v 1.1 1997/12/17 16:45:05 tom Exp
  6. * Description:  some iso header conversions.
  7. * Author:       Tom Hageman <tom@basil.icce.rug.nl>
  8. * Created:      Tue Dec 16 18:15:26 1997 (extracted/expanded from appnmail)
  9. * Modified:     
  10. * Language:     C
  11. * Package:      mailapp-utilities
  12. * Status:       Exp.
  13. *
  14. * (C) Copyright 1997, but otherwise this file is perfect freeware.
  15. *
  16. *******************************************************************************
  17. */
  18.  
  19. size_t decode_quoted_printable(char *buf, const char *str, size_t len, int *err);
  20. size_t decode_base64(char *buf, const char *str, size_t len, int *err);
  21.  
  22. int iso_convert(char *line);
  23.    /* convert header line, in-place. return 0 if successful, -1 on failure. */
  24.