14 lines
218 B
C
14 lines
218 B
C
/* HyperText Tranfer Protocol HTTP.h
|
|
** ==========================
|
|
*/
|
|
|
|
#ifndef HTTP_H
|
|
#define HTTP_H
|
|
|
|
#include "HTAccess.h"
|
|
|
|
|
|
extern HTProtocol HTTP;
|
|
|
|
#endif /* HTTP_H */
|