This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/libwww2/HTTP.h

14 lines
218 B
C
Raw Permalink Normal View History

2010-03-08 10:55:21 +00:00
/* HyperText Tranfer Protocol HTTP.h
** ==========================
*/
#ifndef HTTP_H
#define HTTP_H
#include "HTAccess.h"
extern HTProtocol HTTP;
#endif /* HTTP_H */