0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/node_http.h
Ryan e02b71ebe8 exit program on top level exceptions
(also lots of reorg.)
2009-03-04 00:33:55 +01:00

9 lines
125 B
C

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