add static to doSweep()

CVS patchset: 238
CVS date: 1996/01/29 19:42:29
This commit is contained in:
marc 1996-01-29 19:42:29 +00:00
parent efcea4901c
commit ec5a833d25
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ static int doPatchMacro(Spec spec, StringBuf sb, char *line);
static char *do_untar(Spec spec, int c);
static char *do_patch(Spec spec, int c, int strip, char *dashb);
int isCompressed(char *file);
void doSweep(Spec s);
static void doSweep(Spec s);
static char build_subdir[1024];