summaryrefslogtreecommitdiff
path: root/com32/gplinclude
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-08-05 15:11:01 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-08-05 15:11:01 -0700
commitd9347453718a27439b33b6020b996621439cebb7 (patch)
tree9e6eadbce7319b6627ec05dbfea1a635784959d9 /com32/gplinclude
parent2acba746d510b460fffd29ec5538962fec3cebda (diff)
downloadsyslinux-d9347453718a27439b33b6020b996621439cebb7.tar.gz
hdt: Make the menu and cli use the new disk interfaces
The disklib interfaces have changed (errno_disk introduced). Update these changes in hdt (nobody else use them). Misc: fix get_error declaration. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/gplinclude')
-rw-r--r--com32/gplinclude/disk/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gplinclude/disk/error.h b/com32/gplinclude/disk/error.h
index 5eb54e01..f9e319c4 100644
--- a/com32/gplinclude/disk/error.h
+++ b/com32/gplinclude/disk/error.h
@@ -9,5 +9,5 @@
#ifndef _ERROR_H_
#define _ERROR_H_
-void get_error(const int, char**);
+void get_error(void*);
#endif /* _UTIL_H_ */