aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-09-11 16:55:34 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-09-11 16:55:34 +0000
commit642467ad5ce08b28314cc2cb777b9d66a944d4ba (patch)
treefbc55d80c6f51c2fbac4a9350f4f14859eaf928f /gtk/proto_draw.h
parent266e1a3491de1ff790c326bbffe0d4827af0f24b (diff)
I'm adding the "Expert Info" prototype now, as it seems to be in a state where others might have a look and probably already find it useful :-). Anyway, we can easily disable it at one or two places in the code if it get's in our way of a new release.
Please see: http://wiki.ethereal.com/Development/ExpertInfo for a complete overview of the intended feature and it's current state of implementation. While I'm working on this, I've also added some more status result codes to the DCE/RPC and DCOM dissectors. svn path=/trunk/; revision=15754
Diffstat (limited to 'gtk/proto_draw.h')
-rw-r--r--gtk/proto_draw.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/proto_draw.h b/gtk/proto_draw.h
index 740161df58..54b5868985 100644
--- a/gtk/proto_draw.h
+++ b/gtk/proto_draw.h
@@ -206,4 +206,14 @@ extern gboolean tree_view_select(GtkWidget *widget, GdkEventButton *event);
*/
extern void set_ptree_sel_browse_all(gboolean val);
+
+/** init the expert colors */
+extern void proto_draw_colors_init(void);
+
+/** the expert colors */
+extern GdkColor expert_color_chat;
+extern GdkColor expert_color_note;
+extern GdkColor expert_color_warn;
+extern GdkColor expert_color_error;
+
#endif