aboutsummaryrefslogblamecommitdiffstats
path: root/get_error.c
blob: 4ee3dbc96bb4882d4709207919aab053e7d3e932 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                         
/* See LICENSE file for copyright and license details. */
#include "internal.h"


struct liberror_error *
liberror_get_error(void)
{
	if (liberror_have_error_)
		return &liberror_error_;
	return NULL;
}