X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=plugin.c;h=908116370aa37ac09bc9630293112628fcd28b13;hp=56e049c56e37b3c73471fad599136b9eaf4cf9a6;hb=51da420dfeda783c74f5a3d05e1a11edec04091d;hpb=f8573c7b4c3a9e1a67cae787690f27a976aee11c diff --git a/plugin.c b/plugin.c index 56e049c..9081163 100644 --- a/plugin.c +++ b/plugin.c @@ -32,6 +32,7 @@ static const struct uhttpd_ops ops = { .client_error = uh_client_error, .request_done = uh_request_done, .chunk_write = uh_chunk_write, + .chunk_printf = uh_chunk_printf, .urlencode = uh_urlencode, .urldecode = uh_urldecode, };