RTPS: fix Result of operation is garbage or undefined
[metze/wireshark/wip.git] / pcapio.h
index 6b7c84547ed24080bca871c8c74f63a37dd8fb4c..5ad4418faf158d29120155d665df933b18d082cc 100644 (file)
--- a/pcapio.h
+++ b/pcapio.h
@@ -1,8 +1,6 @@
 /* pcapio.h
  * Declarations of our own routins for writing libpcap files.
  *
- * $Id$
- *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
@@ -64,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,