1 /*
2 ** 1998-05-23 -	Header file for the error-handling module.
3 */
4 
5 extern void	err_clear(MainInfo *min);
6 extern void	err_printf(MainInfo *min, const gchar *fmt, ...);
7 extern gint	err_set(MainInfo *min, gint code, const gchar *source, const gchar *obj);
8 extern void	err_set_gerror(MainInfo *min, GError **error, const gchar *source, const GFile *file);
9 extern void	err_show(MainInfo *min);
10