summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/gplinclude/disk/error.h
blob: e00266fe9631c63304ce5acb77fd8dbfafd06d38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* ----------------------------------------------------------------------- *
 *
 *   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_ */