html.h
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
- /*
- ** $Id: html.h,v 1.5 2000/03/13 05:36:15 mrsam Exp $
- */
- #ifndef html_h
- #define html_h
- /*
- ** Copyright 1998 - 1999 Double Precision, Inc. See COPYING for
- ** distribution information.
- */
- extern void htmlfilter_init( void (*)(const char *, size_t));
- extern void htmlfilter(const char *, size_t);
- extern void htmlfilter_washlink(const char *p);
- extern void htmlfilter_washlinkmailto(const char *p);
- extern void htmlfilter_convertcid( char *(*)(const char *, void *), void *);
- extern void htmlfilter_contentbase( const char *);
- #endif