]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - filemanip.h
Add command-line option help-text localization
[cygwin-apps/setup.git] / filemanip.h
index 451211f0458a4a5b9a6de98ff43dc9710ac9f6d0..e83b8e94ab33de41f4e411ef65b2e0daa64439f9 100644 (file)
@@ -34,6 +34,7 @@ size_t get_file_size (const std::string& );
 std::string backslash (const std::string& s);
 const char * trail (const char *, const char *);
 int mklongpath (wchar_t *tgt, const char *src, size_t len);
+int mklongrelpath (wchar_t *tgt, const char *src, size_t len);
 FILE *nt_wfopen (const wchar_t *wpath, const char *mode, mode_t perms);
 FILE *nt_fopen (const char *path, const char *mode, mode_t perms = 0644);
 
This page took 0.023092 seconds and 5 git commands to generate.