- update to Wireshark
[obnox/wireshark/wip.git] / version_info.h
index 7b81e6b7fc936c102aff417af0fd836eedbe1d6f..767164487a3dff953ac1882d08dcc182e30e2476 100644 (file)
@@ -2,10 +2,10 @@
  * Declarations of outines to report version information for stuff used
  * by Ethereal
  *
- * $Id: version_info.h,v 1.1 2004/01/11 22:17:43 guy Exp $
+ * $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 */