blob: ee2d664340418ba66840b53f9b07d88545ab7a47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef NGX_HTTP_REDIS2_REPLY_H
#define NGX_HTTP_REDIS2_REPLY_H
#include "ngx_http_redis2_module.h"
ngx_int_t ngx_http_redis2_process_reply(
ngx_http_redis2_ctx_t *ctx, ssize_t bytes);
#endif /* NGX_HTTP_REDIS2_REPLY_H */
|