mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
9 lines
145 B
C
9 lines
145 B
C
#ifndef node_timer_h
|
|
#define node_timer_h
|
|
|
|
#include <v8.h>
|
|
|
|
void node_timer_initialize (v8::Handle<v8::Object> target);
|
|
|
|
#endif // node_timer_h
|