0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 21:19:50 +01:00
nodejs/node_http.h

9 lines
114 B
C

#ifndef node_http_h
#define node_http_h
#include <v8.h>
void Init_http (v8::Handle<v8::Object> target);
#endif