aboutsummaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'color.h')
-rw-r--r--color.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/color.h b/color.h
index 56f9f1a909..043f3b07d8 100644
--- a/color.h
+++ b/color.h
@@ -4,10 +4,9 @@
* $Id$
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -72,6 +71,13 @@ typedef struct _color_filter {
extern GSList *filter_list;
extern GSList *removed_filter_list;
+/** Add a color filter.
+ *
+ * @param colorf the new color filter
+ * @param arg the color filter widget
+ */
+void color_add_filter_cb (color_filter_t *colorf, gpointer arg);
+
void
filter_list_prime_edt(epan_dissect_t *edt);