From ecfa1b089258bf39f0cc235d0b3c18b9d0797b2f Mon Sep 17 00:00:00 2001 From: dglaude Date: Tue, 15 Jan 2002 16:22:02 +0000 Subject: [PATCH] Forgot the definition of _old_icon --- server/drivers/MtxOrb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/drivers/MtxOrb.h b/server/drivers/MtxOrb.h index 38ee6a9..1e08ab7 100644 --- a/server/drivers/MtxOrb.h +++ b/server/drivers/MtxOrb.h @@ -15,7 +15,7 @@ MODULE_EXPORT void MtxOrb_chr (Driver *drvthis, int x, int y, char c); MODULE_EXPORT void MtxOrb_vbar (Driver *drvthis, int x, int len); MODULE_EXPORT void MtxOrb_hbar (Driver *drvthis, int x, int y, int len); MODULE_EXPORT void MtxOrb_num (Driver *drvthis, int x, int num); -MODULE_EXPORT void MtxOrb_icon (Driver *drvthis, int which, char dest); +MODULE_EXPORT void MtxOrb_old_icon (Driver *drvthis, int which, char dest); MODULE_EXPORT void MtxOrb_heartbeat (Driver *drvthis, int type); MODULE_EXPORT void MtxOrb_set_char (Driver *drvthis, int n, char *dat);