From 006393516d00f525b5edddcb48464c1e1001ed33 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 8 Sep 1996 22:14:03 +0000 Subject: [PATCH] Removed unused `abortsend' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@716 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/extern.h | 1 - 1 file changed, 1 deletion(-) diff --git a/appl/ftp/ftp/extern.h b/appl/ftp/ftp/extern.h index a5bcde41e..77df927bf 100644 --- a/appl/ftp/ftp/extern.h +++ b/appl/ftp/ftp/extern.h @@ -55,7 +55,6 @@ void abort_remote __P((FILE *)); void abortpt __P((int)); void abortrecv __P((int)); -void abortsend __P((int)); void account __P((int, char **)); int another __P((int *, char ***, char *)); void blkfree __P((char **));