Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
512 B

/*
This file was derived from the libwww code, version 2.15, from CERN.
A number of modifications have been made by Spyglass.
[email protected]
*/
/* /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTPlain.html
PLAIN TEXT OBJECT
What a small file!
*/
#ifndef HTPLAIN_H
#define HTPLAIN_H
extern HTStream *HTPlainPresent(struct Mwin *tw, HTRequest *request, void *param, HTFormat input_format, HTFormat output_format, HTStream *output_stream);
#endif
/*
*/