home *** CD-ROM | disk | FTP | other *** search
- /* -*-C-*-
- *******************************************************************************
- *
- * File: iso_convert.h
- * RCS: iso_convert.h,v 1.1 1997/12/17 16:45:05 tom Exp
- * Description: some iso header conversions.
- * Author: Tom Hageman <tom@basil.icce.rug.nl>
- * Created: Tue Dec 16 18:15:26 1997 (extracted/expanded from appnmail)
- * Modified:
- * Language: C
- * Package: mailapp-utilities
- * Status: Exp.
- *
- * (C) Copyright 1997, but otherwise this file is perfect freeware.
- *
- *******************************************************************************
- */
-
- size_t decode_quoted_printable(char *buf, const char *str, size_t len, int *err);
- size_t decode_base64(char *buf, const char *str, size_t len, int *err);
-
- int iso_convert(char *line);
- /* convert header line, in-place. return 0 if successful, -1 on failure. */
-