blob: e00266fe9631c63304ce5acb77fd8dbfafd06d38 [file] [log] [blame]
/* ----------------------------------------------------------------------- *
*
* Copyright 2009 Pierre-Alexandre Meyer
*
* This file is part of Syslinux, and is made available under
* the terms of the GNU General Public License version 2.
*
* ----------------------------------------------------------------------- */
#ifndef _ERROR_H_
#define _ERROR_H_
void get_error(const char *);
#endif /* _ERROR_H_ */