summaryrefslogtreecommitdiff
path: root/saedit/errors.h
blob: 58b12e665aa23adf750edd5560e88cf55b36b281 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _ERRORS_H_
#define _ERRORS_H_

#include <glib.h>

void
post_error (
	const gchar *error_context,
	const gchar *error_message
);

#endif