[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_ConnPrintfHeader

Overview

Return a formatted header

Syntax

    int Ns_ConnPrintfHeader(
    	Ns_Conn			*conn,
    	char			*fmt,
    	...
    );

Description

The Ns_ConnPrintfHeader function constructs a formatted string using the given format specification and any optional arguments. It then appends the necessary line feed and carriage return characters and sends the header to the client.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.