diff options
author | Miles Bader <miles@gnu.org> | 1997-05-12 16:48:18 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-05-12 16:48:18 +0000 |
commit | 95539bc9e465961b8e38a1fd31da06e67a5fae13 (patch) | |
tree | 137419c5463f7b43a209fae72e109cce64e36a19 /libftpconn | |
parent | 959c3f7fa090d662698ca43d965cdb7d60597598 (diff) |
(REPLY_ABORT_OK):
New macro.
Diffstat (limited to 'libftpconn')
-rw-r--r-- | libftpconn/priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |