From 8fc41fd6bd2ddfd1dfa3832d307f2798b3db0a24 Mon Sep 17 00:00:00 2001 From: Unknown User d91-jda Date: Sat, 4 May 1996 02:18:02 +0000 Subject: [PATCH] Prototype for delete_ftp_command() git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@467 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/auth.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/ftp/ftpd/auth.h b/appl/ftp/ftpd/auth.h index cf2fbfa67..3fa2f7d0e 100644 --- a/appl/ftp/ftpd/auth.h +++ b/appl/ftp/ftpd/auth.h @@ -30,6 +30,8 @@ extern char *protection_names[]; extern char *ftp_command; extern int prot_level; +void delete_ftp_command(void); + extern int data_protection; extern int buffer_size; extern unsigned char *data_buffer;