14 lines
421 B
C
14 lines
421 B
C
/* ----------------------------------------------------------------------- *
|
|
*
|
|
* 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_ */
|