diff options
| author | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-09-01 16:00:20 -0700 |
|---|---|---|
| committer | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-09-01 16:00:20 -0700 |
| commit | 196e209ff3fec2fc3659f7035a3fde0bab62a4b2 (patch) | |
| tree | fbdcc380d39974868a1c91924320c29aaa4cabc8 /com32/gplinclude | |
| parent | b247e81bb738358fef900aca1844e43f556c8e88 (diff) | |
| download | syslinux-196e209ff3fec2fc3659f7035a3fde0bab62a4b2.tar.gz | |
gpllib: remove get_error declaration from disk/util.h
In d1890409251949b80c2026557b9b12ca00d55144, it seems we
have forgotten to update util.h.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/gplinclude')
| -rw-r--r-- | com32/gplinclude/disk/error.h | 4 | ||||
| -rw-r--r-- | com32/gplinclude/disk/util.h | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/com32/gplinclude/disk/error.h b/com32/gplinclude/disk/error.h index f9e319c4..27683572 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(void*); -#endif /* _UTIL_H_ */ +void get_error(const char*); +#endif /* _ERROR_H_ */ diff --git a/com32/gplinclude/disk/util.h b/com32/gplinclude/disk/util.h index df2eadda..20a9428f 100644 --- a/com32/gplinclude/disk/util.h +++ b/com32/gplinclude/disk/util.h @@ -18,5 +18,4 @@ #include <com32.h> int int13_retry(const com32sys_t *inreg, com32sys_t *outreg); -void get_error(const int, char**); #endif /* _UTIL_H_ */ |
