ftp.nice.ch/pub/next/unix/network/www/lynx.2.7.2.NIHS.bs.tar.gz#/lynx.2.7.2.NIHS.bs/src/WWW/Library/Implementation/HTWriter.h

This is HTWriter.h in view mode; [Download] [Up]

/*  */

/*              Unix File or Socket Writer                      HTWriter.c
**              --------------------------
**
**      This version of the stream object just writes to a socket.
**      The socket is assumed open and closed afterward.
**
**      There are two versions (identical on ASCII machines)
**      one of which converts to ASCII on output.
**
**      Bugs:
**              strings written must be less than buffer size.
*/

#ifndef HTWRITE_H
#define HTWRITE_H

#include "HTStream.h"

extern HTStream * HTWriter_new PARAMS((int soc));

extern HTStream * HTASCIIWriter PARAMS((int soc));

#endif
/*

    */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.