Parent Directory
|
Revision Log
|
Revision Graph
Importing web-site building process.
1 | adcroft | 1.1 | /* |
2 | $Id: html.h,v 1.15 2001/10/11 22:21:13 whmoseley Exp $ | ||
3 | |||
4 | */ | ||
5 | |||
6 | /* | ||
7 | seems to be a very old module of swish | ||
8 | some serious work to do in html.c and html.h!! | ||
9 | but anyway it seems to work... | ||
10 | */ | ||
11 | |||
12 | |||
13 | /* Just the prototypes */ | ||
14 | |||
15 | int countwords_HTML(SWISH *sw, FileProp *fprop, FileRec *fi, char *buffer); | ||
16 | |||
17 | int parsecomment (SWISH *, char *, int, int, int, int *); | ||
18 | char *parseHTMLtitle(SWISH *,char *buffer); | ||
19 | int isoktitle(SWISH *sw, char *title); |
ViewVC Help | |
Powered by ViewVC 1.1.22 |