aboutsummaryrefslogtreecommitdiff
path: root/src/include/w32functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/w32functions.h')
-rw-r--r--src/include/w32functions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/w32functions.h b/src/include/w32functions.h
index c7a885a6..e68b90d6 100644
--- a/src/include/w32functions.h
+++ b/src/include/w32functions.h
@@ -191,6 +191,9 @@ int MHD_W32_pair_of_sockets_(SOCKET sockets_pair[2]);
191 */ 191 */
192int MHD_W32_random_(void); 192int MHD_W32_random_(void);
193 193
194/* Emulate snprintf function on W32 */
195int W32_snprintf(char *__restrict s, size_t n, const char *__restrict format, ...);
196
194#ifdef __cplusplus 197#ifdef __cplusplus
195} 198}
196#endif 199#endif