aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32.h')
-rw-r--r--src/w32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32.h b/src/w32.h
index 9c1f1efa699..32d0fdbe3cf 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -163,6 +163,7 @@ extern void reset_standard_handles (int in, int out,
163/* Return the string resource associated with KEY of type TYPE. */ 163/* Return the string resource associated with KEY of type TYPE. */
164extern LPBYTE w32_get_resource (char * key, LPDWORD type); 164extern LPBYTE w32_get_resource (char * key, LPDWORD type);
165 165
166extern void release_listen_threads (void);
166extern void init_ntproc (int); 167extern void init_ntproc (int);
167extern void term_ntproc (int); 168extern void term_ntproc (int);
168extern void globals_of_w32 (void); 169extern void globals_of_w32 (void);