summaryrefslogtreecommitdiff
path: root/src/w32.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-07-14 14:18:44 +0000
committerKim F. Storm <storm@cua.dk>2006-07-14 14:18:44 +0000
commitc8b6788004fc30da0e8b702b043d3b0e280fdbd6 (patch)
tree21ca173d38821843ddab9119896f02ad7ae38e81 /src/w32.h
parent64570b36c56a950c1fd255ba8548aa01674cc62d (diff)
downloademacs-c8b6788004fc30da0e8b702b043d3b0e280fdbd6.tar.gz
(_sys_read_ahead, _sys_wait_accept): Add prototypes.
Diffstat (limited to 'src/w32.h')
-rw-r--r--src/w32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32.h b/src/w32.h
index acbadd8b57c..1d5dbee6d40 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -137,6 +137,9 @@ extern void syms_of_w32menu (void);
extern void globals_of_w32menu (void);
extern void syms_of_fontset (void);
+extern int _sys_read_ahead (int fd);
+extern int _sys_wait_accept (int fd);
+
#endif /* EMACS_W32_H */
/* arch-tag: 02c36b00-312b-4c4d-a1d9-f905c5e968f0