aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_files.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-27 11:53:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-09-27 11:53:41 +0000
commit67366142750f08752d1b3fb2e9500e6d1c2831fb (patch)
treee4823f9677549777f2fd4a273b8ec4a3859ed76e /src/os/win32/ngx_files.h
parent0100cbc5f355478646c9c0c4a7d0a6ccd0e5aca3 (diff)
downloadnginx-67366142750f08752d1b3fb2e9500e6d1c2831fb.tar.gz
nginx-67366142750f08752d1b3fb2e9500e6d1c2831fb.zip
$realpath_root
Diffstat (limited to 'src/os/win32/ngx_files.h')
-rw-r--r--src/os/win32/ngx_files.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/win32/ngx_files.h b/src/os/win32/ngx_files.h
index 95ea65b67..174c6f574 100644
--- a/src/os/win32/ngx_files.h
+++ b/src/os/win32/ngx_files.h
@@ -156,6 +156,8 @@ ngx_int_t ngx_file_info(u_char *filename, ngx_file_info_t *fi);
#define ngx_filename_cmp(s1, s2, n) _strnicmp((char *) s1, (char *) s2, n)
+char *ngx_realpath(u_char *path, u_char *resolved);
+#define ngx_realpath_n ""
#define ngx_getcwd(buf, size) GetCurrentDirectory(size, buf)
#define ngx_getcwd_n "GetCurrentDirectory()"
#define NGX_MAX_PATH MAX_PATH