14 lines
218 B
C
Raw Normal View History

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