diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2006-03-30 19:42:49 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2006-03-30 19:42:49 +0000 |
commit | 2e93b8b751af7a5d88aceb7e6d6f0b0520f38868 (patch) | |
tree | 659b7f9490ae93093b78eab6ad3cbf23efadceaa /tap-funnel.c | |
parent | 84fb70ef42d8cedf4a74e24e26d54b8bd49e0028 (diff) | |
download | wireshark-2e93b8b751af7a5d88aceb7e6d6f0b0520f38868.tar.gz wireshark-2e93b8b751af7a5d88aceb7e6d6f0b0520f38868.tar.bz2 wireshark-2e93b8b751af7a5d88aceb7e6d6f0b0520f38868.zip |
TextWindow:
- add buttons
- make editable
svn path=/trunk/; revision=17773
Diffstat (limited to 'tap-funnel.c')
-rw-r--r-- | tap-funnel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tap-funnel.c b/tap-funnel.c index 558ad2e660..490a558a22 100644 --- a/tap-funnel.c +++ b/tap-funnel.c @@ -70,6 +70,8 @@ static const funnel_ops_t funnel_ops = { text_window_get_text, NULL, NULL, + NULL, + NULL, /*...,*/ NULL, funnel_logger, |