From ca9455b2a0b259e29603bcede1acdb775a271e8c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 13 Jul 1996 01:07:41 +0000 Subject: [PATCH] Substitute `struct fd_set' with `fd_set'. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@605 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftp/extern.h b/appl/ftp/ftp/extern.h index dc85ee8d4..4e64fd189 100644 --- a/appl/ftp/ftp/extern.h +++ b/appl/ftp/ftp/extern.h @@ -73,7 +73,7 @@ void domacro __P((int, char **)); char *domap __P((char *)); void doproxy __P((int, char **)); char *dotrans __P((char *)); -int empty __P((struct fd_set *, int)); +int empty __P((fd_set *, int)); void fatal __P((char *)); void get __P((int, char **)); struct cmd *getcmd __P((char *));