As suggested by Anders: back out 37112.
[obnox/wireshark/wip.git] / color.h
diff --git a/color.h b/color.h
index 7ff62bb945d741b30d7f65b9720dcd9730524e4f..622b6ab7f1a28d42b11bf8cdf7dbf7107891d63b 100644 (file)
--- a/color.h
+++ b/color.h
@@ -3,8 +3,8 @@
  *
  * $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
@@ -48,7 +48,6 @@ typedef struct {
  * @param red the red value for the color
  * @param green the green value for the color
  * @param blue the blue value for the color
- * @param source the GdkColor to be filled
  * @return TRUE if it succeeds, FALSE if it fails
  */
 gboolean initialize_color(color_t *color, guint16 red, guint16 green, guint16 blue);