Try to fix the path selector argument.
[metze/wireshark/wip.git] / pcapio.h
index c02b451f6d0361067d14723af9b43c0964a2281c..f598d9878fab64b3047317d169ea48032c12146e 100644 (file)
--- 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,