From 92d74fd4809f33679ff9159af7391491517bba61 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 4 Oct 2011 21:11:21 +0200 Subject: [PATCH] doc: Add missing params in func description. --- src/app-layer-htp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app-layer-htp.c b/src/app-layer-htp.c index a34d5d8b3b..8a581d703f 100644 --- a/src/app-layer-htp.c +++ b/src/app-layer-htp.c @@ -282,6 +282,7 @@ void AppLayerHtpEnableRequestBodyCallback(void) * \brief Function to handle the reassembled data from client and feed it to * the HTP library to process it. * + * \param flow Pointer to the flow the data belong to * \param htp_state Pointer the state in which the parsed value to be stored * \param pstate Application layer parser state for this session * \param input Pointer the received HTTP client data @@ -434,6 +435,7 @@ error: * \brief Function to handle the reassembled data from server and feed it to * the HTP library to process it. * + * \param flow Pointer to the flow the data belong to * \param htp_state Pointer the state in which the parsed value to be stored * \param pstate Application layer parser state for this session * \param input Pointer the received HTTP server data