aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/stream_prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/stream_prefs.h')
-rw-r--r--gtk/stream_prefs.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk/stream_prefs.h b/gtk/stream_prefs.h
index e648cc66f1..b9ea1f9156 100644
--- a/gtk/stream_prefs.h
+++ b/gtk/stream_prefs.h
@@ -1,7 +1,7 @@
/* stream_prefs.h
* Definitions for stream preferences window
*
- * $Id: stream_prefs.h,v 1.2 2000/08/11 13:32:56 deniel Exp $
+ * $Id: stream_prefs.h,v 1.3 2000/08/21 08:09:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,9 +27,8 @@
#define __STREAM_PREFS_H__
GtkWidget *stream_prefs_show(void);
-void stream_prefs_ok(GtkWidget *w);
-void stream_prefs_save(GtkWidget *w);
-void stream_prefs_cancel(GtkWidget *w);
-void stream_prefs_delete(GtkWidget *w);
+void stream_prefs_fetch(GtkWidget *w);
+void stream_prefs_apply(GtkWidget *w);
+void stream_prefs_destroy(GtkWidget *w);
#endif