aboutsummaryrefslogtreecommitdiff
path: root/src/platform/w32functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/w32functions.h')
-rw-r--r--src/platform/w32functions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/platform/w32functions.h b/src/platform/w32functions.h
index 2c0cdcff..7a25803b 100644
--- a/src/platform/w32functions.h
+++ b/src/platform/w32functions.h
@@ -177,6 +177,13 @@ void MHD_W32_set_last_winsock_error_(int errnum);
177 * @return zero on success, -1 otherwise 177 * @return zero on success, -1 otherwise
178 */ 178 */
179int MHD_W32_pair_of_sockets_(SOCKET sockets_pair[2]); 179int MHD_W32_pair_of_sockets_(SOCKET sockets_pair[2]);
180/**
181 * Generate 31-bit pseudo random number.
182 * Function initialize itself at first call to current time.
183 * @return 31-bit pseudo random number.
184 */
185_MHD_EXTERN int MHD_W32_random(void); /* must be exported for "make check" tests */
186 /* TODO: exclude from exports */
180 187
181#ifdef __cplusplus 188#ifdef __cplusplus
182} 189}