sq epan/dissectors/packet-smb2.c no check_col => fsctl_pipe_wait
[metze/wireshark/wip.git] / version_info.h
index 0d85d17a5b358f11b03b940ef9721de14374517d..154d8b1c60a927d50e26e0da4845b36c83ae2c17 100644 (file)
@@ -20,7 +20,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef __VERSION_INFO_H__
@@ -51,6 +51,11 @@ void get_compiled_version_info(GString *str,
     void (*prepend_info)(GString *),
     void (*append_info)(GString *));
 
+/*
+ * Get the OS version, and append it to the GString
+ */
+void get_os_version_info(GString *str);
+
 /*
  * Get various library run-time versions, and the OS version, and append
  * them to the specified GString.