| --- a/Include/pythonrun.h Fri Jan 27 09:42:45 2012 +0100 |
| +++ b/Include/pythonrun.h Mon Feb 13 15:34:04 2012 -0500 |
| @@ -168,6 +168,8 @@ |
| PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int); |
| PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t); |
| +/* Random */ |
| +PyAPI_FUNC(int) _PyOS_URandom (void *buffer, Py_ssize_t size); |
| #ifdef __cplusplus |
| } |