aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-11 05:08:00 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-11 05:08:00 +0000
commit8bebcb8d8e2a075fe7052b2716b026f14fcc6219 (patch)
tree2ffa0969b0b7bb07afae9e4e15da7baba9031484 /gtk/proto_draw.h
parent3b323f7b53a436f4d6801198f3bfc45e4e8cbe8b (diff)
From Greg Morris:
add copy functionality to the details window. Also includes a change in the copy function of the hex data window to allow copying just the text strings instead of all of the hex data. svn path=/trunk/; revision=18129
Diffstat (limited to 'gtk/proto_draw.h')
-rw-r--r--gtk/proto_draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/proto_draw.h b/gtk/proto_draw.h
index 7dd82ff6d0..3a3c5f09f2 100644
--- a/gtk/proto_draw.h
+++ b/gtk/proto_draw.h
@@ -114,7 +114,7 @@ extern void savehex_cb(GtkWidget * w, gpointer data);
* @param w unused
* @param data unused
*/
-extern void copy_hex_cb(GtkWidget * w, gpointer data);
+extern void copy_hex_cb(GtkWidget * w, gpointer data, int data_type);
#if GTK_MAJOR_VERSION < 2
/** Redraw a given byte view window.