dtfile: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:13:21 +01:00
parent 948baafd17
commit e57fa0384f
4 changed files with 7 additions and 16 deletions

View File

@@ -2864,10 +2864,7 @@ SetFocus(
}
FILE *
findpopen(cmd,mode,childpid)
char *cmd;
char *mode;
int *childpid;
findpopen(char *cmd, char *mode, int *childpid)
{
static char *pname = "findpopen";
int fd[2];