From 95539bc9e465961b8e38a1fd31da06e67a5fae13 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 12 May 1997 16:48:18 +0000 Subject: (REPLY_ABORT_OK): New macro. --- libftpconn/priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libftpconn/priv.h') diff --git a/libftpconn/priv.h b/libftpconn/priv.h index c0725852..fb4dae50 100644 --- a/libftpconn/priv.h +++ b/libftpconn/priv.h @@ -31,6 +31,7 @@ #define REPLY_OK 200 /* Command OK */ #define REPLY_SYSTYPE 215 /* NAME version */ #define REPLY_HELLO 220 /* Service ready for new user */ +#define REPLY_ABORT_OK 225 /* ABOR command successful */ #define REPLY_TRANS_OK 226 /* Closing data connection; requested file action successful */ #define REPLY_PASV_OK 227 /* Entering passive mode */ -- cgit v1.2.3