comparison src/os/unix/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
21 21
22 ngx_int_t ngx_shm_alloc(ngx_shm_t *shm); 22 ngx_int_t ngx_shm_alloc(ngx_shm_t *shm);
23 void ngx_shm_free(ngx_shm_t *shm); 23 void ngx_shm_free(ngx_shm_t *shm);
24 24
25 25
26 #endif /* _NGX_SHARED_H_INCLUDED_ */ 26 #endif /* _NGX_SHMEM_H_INCLUDED_ */