summaryrefslogtreecommitdiff
path: root/src/http_decoder_stat.h
blob: dbf245f13ccc952e705735233af4d051a97ede46 (plain)
1
2
3
4
5
#ifndef _HTTP_DECODER_STAT_H_
#define _HTTP_DECODER_STAT_H_ 1
int http_decoder_stat_init(struct http_decoder_context *ctx, int thread_num);
void http_decoder_stat_output(struct http_decoder_context *ctx, int thread_id);
#endif