aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-15 19:07:26 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-15 19:07:26 +0000
commitc00a12652fc6d1c4273ba3a66f94862cf6512443 (patch)
tree40b0178be13da876fad8f07461456874cdc338e9 /pcapio.h
parentaae72004b350a1d217a7a751ae583347e8436f43 (diff)
Fix warning found by doxygen
svn path=/trunk/; revision=54130
Diffstat (limited to 'pcapio.h')
-rw-r--r--pcapio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcapio.h b/pcapio.h
index c02b451f6d..f598d9878f 100644
--- a/pcapio.h
+++ b/pcapio.h
@@ -62,9 +62,9 @@ pcapng_write_session_header_block(FILE* pfile, /**< Write information */
const char *appname, /**< Application name, Optinon 4 shb_userappl
* An UTF-8 string containing the name of the application used to create this section.
*/
- guint64 section_length,
- guint64 *bytes_written,
- int *err);
+ guint64 section_length, /**< Length of section */
+ guint64 *bytes_written, /**< Number of written bytes */
+ int *err); /**< Error type */
extern gboolean
pcapng_write_interface_description_block(FILE* pfile,