aboutsummaryrefslogtreecommitdiffstats
path: root/simple_dialog.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-03 17:59:01 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-03 17:59:01 +0000
commit1d2c791ab61911c2170e0dc23460eb496d5f7653 (patch)
treed3f53bcbe2623d742cb8250d48a9e4213b9338e9 /simple_dialog.h
parent7ae8d15d5e4240bf3faadc082544970d08432dc8 (diff)
enhanced some dialog messages,
close capture file when user told so svn path=/trunk/; revision=9965
Diffstat (limited to 'simple_dialog.h')
-rw-r--r--simple_dialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/simple_dialog.h b/simple_dialog.h
index b37a44a558..29ced367ca 100644
--- a/simple_dialog.h
+++ b/simple_dialog.h
@@ -2,7 +2,7 @@
* Definitions for dialog box routines with toolkit-independent APIs but
* toolkit-dependent implementations.
*
- * $Id: simple_dialog.h,v 1.7 2004/01/31 12:13:21 ulfl Exp $
+ * $Id: simple_dialog.h,v 1.8 2004/02/03 17:59:00 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -62,6 +62,9 @@ typedef void (* simple_dialog_cb_t) (gpointer dialog, gint btn, gpointer data);
/* set the callback function, which has to be called when a button was pressed */
extern void simple_dialog_set_cb(gpointer dialog, simple_dialog_cb_t callback_fct, gpointer data);
+extern char *simple_dialog_primary_start(void);
+extern char *simple_dialog_primary_end(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */