aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_progs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-11 04:17:05 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-11 04:17:05 +0000
commit8e4a1c1cc6bf18eaca6098fa2d0c6b069d9d2463 (patch)
tree298d5c3a084cf31b643174b93bf4d79bffaac6ba /gtk/rpc_progs.c
parent2e4e2297396d86476343a6715dcccf6cbc22b7cb (diff)
Move the declaration of "register_tap_menu_item()" into a new
"tap_menu.h" file, and have the Ethereal taps include that rather than "menu.h", so we don't have to worry about making sure we've included <stdio.h> to define FILE, etc. just because some "menu.h" functions require it. svn path=/trunk/; revision=10031
Diffstat (limited to 'gtk/rpc_progs.c')
-rw-r--r--gtk/rpc_progs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/rpc_progs.c b/gtk/rpc_progs.c
index af9821ef8b..a8aeb8ac19 100644
--- a/gtk/rpc_progs.c
+++ b/gtk/rpc_progs.c
@@ -1,7 +1,7 @@
/* rpc_progs.c
* rpc_progs 2002 Ronnie Sahlberg
*
- * $Id: rpc_progs.c,v 1.16 2004/01/03 18:05:56 sharpe Exp $
+ * $Id: rpc_progs.c,v 1.17 2004/02/11 04:17:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -37,7 +37,7 @@
#include "epan/packet_info.h"
#include "epan/epan.h"
-#include "menu.h"
+#include "tap_menu.h"
#include "tap.h"
#include "../register.h"
#include "packet-rpc.h"