This was missing from last check-in

svn path=/trunk/; revision=17254
This commit is contained in:
Luis Ontanon 2006-02-11 15:22:43 +00:00
parent b55002ab8d
commit 1e1f260d26
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,10 @@ typedef struct _funnel_ops_t {
funnel_dlg_cb_t dlg_cb,
void* data);
void (*logger)(const gchar *log_domain,
GLogLevelFlags log_level,
const gchar *message,
gpointer user_data);
} funnel_ops_t;
@ -91,4 +95,6 @@ extern void funnel_register_all_menus(funnel_registration_cb_t r_cb);
extern void initialize_funnel_ops(void);
extern void funnel_dump_all_text_windows(void);
#endif