aboutsummaryrefslogtreecommitdiffstats
path: root/reset_error.c
blob: 502d14944b6a07322111129c61446374bc792d3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* See LICENSE file for copyright and license details. */
#include "internal.h"


void
liberror_reset_error(void)
{
	liberror_free_error(liberror_get_error());
	liberror_have_error_ = 0;
}