svn: 668
@@ -203,7 +203,7 @@ static void strip_telnet(int sock, char *buf, int *len)
}
*o = *p;
-void send_timesync(idx)
+void send_timesync(int idx)
{
/* Send timesync to idx, or all lower bots if idx<0 */
if (idx >= 0)
@@ -478,7 +478,6 @@ return 1;
int main(int argc, char **argv) {
mallocstruct();
if (!loadconfig(argv)) return 1;
-// tellconfig();
if (!checkconfig()) return 1;
if (!writeconfig(argv)) return 1;
freecfg();