aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-05 18:48:52 +0000
commite4a2e2cefe6a1d4ad67db2befe3d5fad5c2b839f (patch)
tree55aa5c9290a80e3664c89daaddc5183334a6ee25 /gtk/tcp_graph.h
parente20ea63dd40b849e8ab61e718d1163da5e1eba25 (diff)
Include cleanups in gtk and gtk2:
Remove unneded includes Add include wrappers where missing svn path=/trunk/; revision=6191
Diffstat (limited to 'gtk/tcp_graph.h')
-rw-r--r--gtk/tcp_graph.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk/tcp_graph.h b/gtk/tcp_graph.h
index c9e5374221..10743bf11e 100644
--- a/gtk/tcp_graph.h
+++ b/gtk/tcp_graph.h
@@ -3,7 +3,7 @@
* By Pavel Mores <pvl@uh.cz>
* Win32 port: rwh@unifiedtech.com
*
- * $Id: tcp_graph.h,v 1.2 2002/08/28 21:03:50 jmayer Exp $
+ * $Id: tcp_graph.h,v 1.3 2002/09/05 18:47:47 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -24,4 +24,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __TCP_GRAPH_H__
+#define __TCP_GRAPH_H__
+
extern void tcp_graph_cb (GtkWidget *, gpointer, guint);
+
+#endif