+2001-07-04 Ezra Peisach <epeisach@mit.edu>
+
+ * ftpd.c: Provide prototypes for myoob and lostconn.
+
2001-07-03 Ezra Peisach <epeisach@mit.edu>
* ftpd.c (sgetpwnam): Remove local declaration of sgetsave.
int swaitmax = SWAITMAX;
int swaitint = SWAITINT;
-void lostconn(), myoob();
+void lostconn(int), myoob(int);
FILE *getdatasock(char *);
#if defined(__STDC__)
/*
}
void
-lostconn()
+lostconn(sig)
+int sig;
{
if (debug)
syslog(LOG_DEBUG, "lost connection");
}
void
-myoob()
+myoob(sig)
+ int sig;
{
char *cp, *cs;
#ifndef strpbrk