blob: 5ff4cb751ba1c7ee8f97de4717b7becc9eb4c8c6 [file] [log] [blame]
#ifndef BLIF_ERROR_H
#define BLIF_ERROR_H
#include <functional>
#include "blifparse.hpp"
namespace blifparse {
void blif_error_wrap(Callback& callback, const int line_no, const std::string& near_text, const char* fmt, ...);
}
#endif