home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming with VisualAge for Java
/
IBMVJAVA.ISO
/
icswinnt
/
httpdw32.z
/
protocol.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-03-12
|
564b
|
26 lines
/*
* Copyright (c) 1994, 1995. Netscape Communications Corporation. All
* rights reserved.
*
* Use of this software is governed by the terms of the license agreement for
* the Netscape Communications or Netscape Comemrce Server between the
* parties.
*/
/* ------------------------------------------------------------------------ */
/*
* protocol.h: Switch which protocol we're speaking.
*
* Currently only HTTP, but expected to include MTP in the future.
*
* Rob McSchool
*/
#ifdef MCC_HTTPD
#include "http.h"
#endif