summaryrefslogtreecommitdiff
path: root/libftpconn
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-05-12 16:48:18 +0000
committerMiles Bader <miles@gnu.org>1997-05-12 16:48:18 +0000
commit95539bc9e465961b8e38a1fd31da06e67a5fae13 (patch)
tree137419c5463f7b43a209fae72e109cce64e36a19 /libftpconn
parent959c3f7fa090d662698ca43d965cdb7d60597598 (diff)
(REPLY_ABORT_OK):
New macro.
Diffstat (limited to 'libftpconn')
-rw-r--r--libftpconn/priv.h1
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 */