static-ize

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3742 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-02 03:54:27 +00:00
parent 57f97cb91b
commit de9a9a1aeb
4 changed files with 8 additions and 6 deletions

View File

@@ -41,7 +41,7 @@
#include "popper.h"
RCSID("$Id$");
void
static void
loop(int s)
{
char cmd[1024];
@@ -118,6 +118,7 @@ doit_v4 (char *host, int port)
return 1;
}
loop(s);
return 0;
}
#endif
@@ -165,6 +166,7 @@ doit_v5 (char *host, int port)
return 1;
}
loop (s);
return 0;
}
#endif