File: hssystemfileio-win32.h

package info (click to toggle)
haskell-system-fileio 0.3.16.4-6.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: haskell: 1,327; ansic: 155; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#ifndef HSSYSTEMFILEIO_WIN32_H
#define HSSYSTEMFILEIO_WIN32_H

#include <wchar.h>

int
hssystemfileio_copy_permissions(const wchar_t *old_path, const wchar_t *new_path);

#endif