further code cleanup: don't use the term "marked" for the color filters, the right...
[obnox/wireshark/wip.git] / version_info.h
index bcba136d2c829022bba018d7be79884b13331089..b7e15483c421eecd0ea3d2aea190aeb6dd55e031 100644 (file)
@@ -1,11 +1,11 @@
 /* version_info.h
  * Declarations of outines to report version information for stuff used
- * by Ethereal
+ * by Wireshark
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
 extern "C" {
 #endif /* __cplusplus */
 
+/*
+ * The svn version string or ""
+ */
+const gchar *svnversion;
+
 /*
  * Get various library compile-time versions and append them to
  * the specified GString.
@@ -42,6 +47,11 @@ void get_compiled_version_info(GString *str);
  */
 void get_runtime_version_info(GString *str);
 
+/*
+ * Get copyright information.
+ */
+const char *get_copyright_info(void);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */