mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
9 lines
134 B
C
9 lines
134 B
C
#ifndef node_timer_h
|
|
#define node_timer_h
|
|
|
|
#include <v8.h>
|
|
|
|
void Init_timer (v8::Handle<v8::Object> target);
|
|
|
|
#endif // node_timer_h
|