diff options
| author | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-09-01 11:32:03 -0700 |
|---|---|---|
| committer | Pierre-Alexandre Meyer <pierre@mouraf.org> | 2009-09-01 13:09:52 -0700 |
| commit | 45ba6da46b2f18c8f5e306fbb14f53d3e1c1954f (patch) | |
| tree | d7e5bbc46ddcecd37f50989de95a21e35a9a7b98 /com32/include | |
| parent | fa1b9da1584f750bba93824ec25202c88dc122b7 (diff) | |
| download | syslinux-45ba6da46b2f18c8f5e306fbb14f53d3e1c1954f.tar.gz | |
libansi: add missing prototype in the header
clearwindow() was not presented in libansi.h.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/include')
| -rw-r--r-- | com32/include/libansi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/include/libansi.h b/com32/include/libansi.h index 472acf40..0d4164a3 100644 --- a/com32/include/libansi.h +++ b/com32/include/libansi.h @@ -49,6 +49,8 @@ void disable_utf8(void); void set_g1_special_char(void); void set_us_g0_charset(void); void clear_entire_screen(void); +void clearwindow(const char top, const char left, const char bot, + const char right, const char fillchar, const char fillattr); static inline void beep(void) { |
