comparison src/os/unix/ngx_shared.h @ 358:0a03c921c81d

nginx-0.0.7-2004-06-17-21:18:53 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 17 Jun 2004 17:18:53 +0000
parents
children da8c5707af39
comparison
equal deleted inserted replaced
357:e260514b9ad4 358:0a03c921c81d
1 #ifndef _NGX_SHARED_H_INCLUDED_
2 #define _NGX_SHARED_H_INCLUDED_
3
4
5 #include <ngx_config.h>
6 #include <ngx_core.h>
7
8
9 void *ngx_create_shared_memory(size_t size, ngx_log_t *log);
10
11
12 #endif /* _NGX_SHARED_H_INCLUDED_ */