get rid of old cruft: remove args argument from the modules' init() routines

This commit is contained in:
marschap
2005-07-02 13:38:51 +00:00
parent 32545c99a2
commit 0ec83bdc66
63 changed files with 77 additions and 84 deletions
+2 -2
View File
@@ -489,7 +489,7 @@ int Write_Line_LCD(int fd, char *buf)
/*****************************************************
* API: Opens com port and sets baud correctly...
*/
int CwLnx_init(Driver * drvthis, char *args)
int CwLnx_init(Driver * drvthis)
{
struct termios portset_save;
@@ -532,7 +532,7 @@ int CwLnx_init(Driver * drvthis, char *args)
p->saved_heartbeat = -1;
p->heartbeat = 0;
debug(RPT_INFO, "CwLnx: init(%p,%s)", drvthis, args);
debug(RPT_INFO, "CwLnx: init(%p)", drvthis);
/* Read config file */