html.h
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** $Id: html.h,v 1.5 2000/03/13 05:36:15 mrsam Exp $
  3. */
  4. #ifndef html_h
  5. #define html_h
  6. /*
  7. ** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  8. ** distribution information.
  9. */
  10. extern void htmlfilter_init( void (*)(const char *, size_t));
  11. extern void htmlfilter(const char *, size_t);
  12. extern void htmlfilter_washlink(const char *p);
  13. extern void htmlfilter_washlinkmailto(const char *p);
  14. extern void htmlfilter_convertcid( char *(*)(const char *, void *), void *);
  15. extern void htmlfilter_contentbase( const char *);
  16. #endif