summaryrefslogtreecommitdiff
path: root/win32/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/file.h')
-rw-r--r--win32/file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/file.h b/win32/file.h
index 95a792a63f..deebbfab84 100644
--- a/win32/file.h
+++ b/win32/file.h
@@ -37,4 +37,7 @@ typedef struct {
int rb_w32_read_reparse_point(const WCHAR *path, rb_w32_reparse_buffer_t *rp,
size_t bufsize, WCHAR **result, DWORD *len);
+int lchown(const char *path, int owner, int group);
+int rb_w32_ulchown(const char *path, int owner, int group);
+
#endif /* RUBY_WIN32_FILE_H */