ws_pipe(.h): fix issue on doxygen documentation

parameter 'argv' not found in the function declaration [-Wdocumentation]

Change-Id: I68262a23e3a6f4b50d8b5e666b92f055feeaf74f
Reviewed-on: https://code.wireshark.org/review/31424
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2019-01-06 20:50:43 +01:00 committed by Michael Mann
parent 3aad1ef236
commit 4a71660193
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ typedef struct _ws_pipe_t {
* @param [IN] working_directory Initial working directory.
* @param [IN] command Command to run.
* @param [IN] argc Number of arguments for the command, not including the command itself.
* @param [IN] argv Arguments for the command, not including the command itself.
* @param [IN] args Arguments for the command, not including the command itself.
* @param [OUT] command_output If not NULL, receives a copy of the command output. Must be g_freed.
* @return TRUE on success or FALSE on failure.
*/