com32/lib: fix external prototype for __vesacon_open()
authorH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 21:05:26 +0000 (13:05 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 21:05:26 +0000 (13:05 -0800)
commite15e3124743844b8e905b122b8c8c9e864bb2f66
tree08d04e996df75d690d562d3ea45db40e84b367c0
parent393a9402b36c9b1ef866a7230e0e4e46781a1a09
com32/lib: fix external prototype for __vesacon_open()

The external prototype for __vesacon_open() was incorrect; this is a
good example of why external prototypes are bad, incidentally.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/sys/vesaserial_write.c