enlightenment/src/bin/e_apps_error.h

14 lines
227 B
C
Raw Normal View History

/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef E_TYPEDEFS
#else
#ifndef E_APPS_ERROR_H
#define E_APPS_ERROR_H
2006-02-28 21:41:57 -08:00
EAPI void e_app_error_dialog(E_Container * con, E_App_Autopsy * app);
#endif
#endif