aboutsummaryrefslogtreecommitdiffstats
path: root/src/error_abi.c
blob: 0c03eb08ea608343115c8843775a3930ec15ca14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *  SALSA-Lib - Error handler
 *  ABI-compatible definitions
 */

#include <string.h>
#include "recipe.h"
#include "global.h"
#undef __SALSA_EXPORT_FUNC
#define __SALSA_EXPORT_FUNC
#include "error.h"
#include "version.h"