comparison src/os/win32/ngx_shmem.h @ 696:703978149e70

fix header name change
author Igor Sysoev <igor@sysoev.ru>
date Fri, 15 Sep 2006 10:25:32 +0000
parents 5dac8c7fb71b
children d5896f6608e8
comparison
equal deleted inserted replaced
695:791a43b72c17 696:703978149e70
2 /* 2 /*
3 * Copyright (C) Igor Sysoev 3 * Copyright (C) Igor Sysoev
4 */ 4 */
5 5
6 6
7 #ifndef _NGX_SHARED_H_INCLUDED_ 7 #ifndef _NGX_SHMEM_H_INCLUDED_
8 #define _NGX_SHARED_H_INCLUDED_ 8 #define _NGX_SHMEM_H_INCLUDED_
9 9
10 10
11 #include <ngx_config.h> 11 #include <ngx_config.h>
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 13
22 22
23 ngx_int_t ngx_shm_alloc(ngx_shm_t *shm); 23 ngx_int_t ngx_shm_alloc(ngx_shm_t *shm);
24 void ngx_shm_free(ngx_shm_t *shm); 24 void ngx_shm_free(ngx_shm_t *shm);
25 25
26 26
27 #endif /* _NGX_SHARED_H_INCLUDED_ */ 27 #endif /* _NGX_SHMEM_H_INCLUDED_ */