#ifndef _FRAG_BLOCK_H #define _FRAG_BLOCK_H #include "frag_monitor.h" #include "http.h" #ifdef __cplusplus extern "C" { #endif char frag_check_block(frag_info_t *frag, http_infor* a_http, struct streaminfo *a_tcp, void *a_packet, int thread_seq); #ifdef __cplusplus } #endif #endif