get rid of old cruft: remove args argument from the modules' init() routines
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
/* REMOVE: I don't thing this is actualy needed. */
|
||||
/* extern lcd_logical_driver *lcdm001; */
|
||||
|
||||
MODULE_EXPORT int lcdm001_init (Driver *drvthis, char *args);
|
||||
MODULE_EXPORT int lcdm001_init (Driver *drvthis);
|
||||
MODULE_EXPORT void lcdm001_close (Driver *drvthis);
|
||||
MODULE_EXPORT int lcdm001_width (Driver *drvthis);
|
||||
MODULE_EXPORT int lcdm001_height (Driver *drvthis);
|
||||
|
||||
Reference in New Issue
Block a user