aboutsummaryrefslogtreecommitdiffstats
path: root/win32/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/file.h')
-rw-r--r--win32/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/file.h b/win32/file.h
index 624707f0b7..dd448269d4 100644
--- a/win32/file.h
+++ b/win32/file.h
@@ -42,4 +42,6 @@ int rb_w32_ulchown(const char *path, int owner, int group);
int fchmod(int fd, int mode);
#define HAVE_FCHMOD 0
+UINT rb_w32_filecp(void);
+
#endif /* RUBY_WIN32_FILE_H */