1 2 /* 3 * Copyright (C) Igor Sysoev 4 * Copyright (C) NGINX, Inc. 5 */ 6 7 #ifndef _NXT_MEM_POOL_CLEANUP_H_INCLUDED_ 8 #define _NXT_MEM_POOL_CLEANUP_H_INCLUDED_ 9 10 11 NXT_EXPORT nxt_mem_pool_cleanup_t *nxt_mem_pool_file_cleanup(nxt_mem_pool_t *mp, 12 nxt_file_t *file); 13 14 15 #endif /* _NXT_MEM_POOL_CLEANUP_H_INCLUDED_ */ 16