#ifndef _ERRORS_H_ #define _ERRORS_H_ #include void post_error ( const gchar *error_context, const gchar *error_message ); #endif