aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-14 20:23:59 +0200
committerAnders Broman <a.broman58@gmail.com>2014-04-14 20:24:36 +0000
commitd029cf158bce42dac0d6d0d270ffed84a19850c4 (patch)
tree5183a2ab522f2935dd0edbc0598e879ef767ab25 /pcapio.h
parentbfc85bb36541e5ba7cd4efa6e22629d29931f6ce (diff)
Fix warning when generate documentation (doxygen)
pcapio.h:65: Warning: The following parameters of pcapng_write_session_header_block(FILE *pfile, const char *comment, const char *hw, const char *os, const char *appname, guint64 section_length, guint64 *bytes_written, int *err) are not documented: parameter 'err' Change-Id: I0eaa55a44436de5b9687c9b7846c199fe77d98e4 Reviewed-on: https://code.wireshark.org/review/1135 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'pcapio.h')
-rw-r--r--pcapio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcapio.h b/pcapio.h
index 0adb87e64d..5ad4418faf 100644
--- a/pcapio.h
+++ b/pcapio.h
@@ -62,7 +62,8 @@ pcapng_write_session_header_block(FILE* pfile, /**< Write information */
*/
guint64 section_length, /**< Length of section */
guint64 *bytes_written, /**< Number of written bytes */
- int *err); /**< Error type */
+ int *err /**< Error type */
+ );
extern gboolean
pcapng_write_interface_description_block(FILE* pfile,