get rid of old cruft: remove args argument from the modules' init() routines
This commit is contained in:
@@ -71,7 +71,7 @@ typedef struct {
|
||||
/**
|
||||
* driver initialization
|
||||
*/
|
||||
MODULE_EXPORT int imon_init (Driver *drvthis, char *args)
|
||||
MODULE_EXPORT int imon_init (Driver *drvthis)
|
||||
{
|
||||
imonPD * pPD = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user