Initial commit.
[hondza-y36pr2.git] / nodevrandom / nodevrandom.h
blob8b4325d441e9bd5bb709d1011a777ea615f502a5
1 /******************************************************************************
2 * nodevrandom.h
3 *****************************************************************************/
5 #ifndef _NODEVRANDOM_H_
6 #define _NODEVRANDOM_H_
8 typedef int (*real_open_t) (const char *, int, ...);
10 typedef FILE *(*real_fopen_t) (const char *, const char *);
12 static void lib_init(void) __attribute__((constructor));
14 #endif /* _NODEVRANDOM_H_ */