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);