diff options
Diffstat (limited to 'CPP/Windows/FileDir.h')
| -rw-r--r-- | CPP/Windows/FileDir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CPP/Windows/FileDir.h b/CPP/Windows/FileDir.h index 9ba98fc..e8d9d31 100644 --- a/CPP/Windows/FileDir.h +++ b/CPP/Windows/FileDir.h | |||
| @@ -46,6 +46,7 @@ bool SetFileAttrib(CFSTR path, DWORD attrib); | |||
| 46 | #else | 46 | #else |
| 47 | 47 | ||
| 48 | int my_chown(CFSTR path, uid_t owner, gid_t group); | 48 | int my_chown(CFSTR path, uid_t owner, gid_t group); |
| 49 | int my_chown_Link(CFSTR path, uid_t owner, gid_t group); | ||
| 49 | 50 | ||
| 50 | #endif | 51 | #endif |
| 51 | 52 | ||
