aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2/tcp_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2/tcp_graph.h')
-rw-r--r--gtk2/tcp_graph.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk2/tcp_graph.h b/gtk2/tcp_graph.h
index 3cc23956d8..b55995596c 100644
--- a/gtk2/tcp_graph.h
+++ b/gtk2/tcp_graph.h
@@ -3,7 +3,7 @@
* By Pavel Mores <pvl@uh.cz>
* Win32 port: rwh@unifiedtech.com
*
- * $Id: tcp_graph.h,v 1.1 2002/08/31 09:55:22 oabad Exp $
+ * $Id: tcp_graph.h,v 1.2 2002/09/05 18:48:52 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