aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-06-01 08:04:50 +0000
committerWayne Davison <wayned@samba.org>2006-06-01 08:04:50 +0000
commit85909931857090541511e7ab9a085225e0db0407 (patch)
tree700a1e188d078c0bb620c893b83916e1a95f87a1 /rsync.h
parentb64ee91a4138babc77ea06bb48bdad327a8b99b3 (diff)
downloadandroid_external_rsync-85909931857090541511e7ab9a085225e0db0407.tar.gz
android_external_rsync-85909931857090541511e7ab9a085225e0db0407.tar.bz2
android_external_rsync-85909931857090541511e7ab9a085225e0db0407.zip
Got rid of the FNAME logcode enum.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/rsync.h b/rsync.h
index 5b1343b5..935360ef 100644
--- a/rsync.h
+++ b/rsync.h
@@ -159,9 +159,8 @@
/* Log-message categories. Only FERROR and FINFO get sent over the socket,
* but FLOG and FSOCKERR can be sent over the receiver -> generator pipe.
- * FLOG only goes to the log file, not to the client; FCLIENT is the opposite.
- * FNAME is a client-side message when outputting a filename on its own. */
-enum logcode { FERROR=1, FINFO=2, FLOG=3, FCLIENT=4, FNAME=5, FSOCKERR=6 };
+ * FLOG only goes to the log file, not the client; FCLIENT is the opposite. */
+enum logcode { FERROR=1, FINFO=2, FLOG=3, FCLIENT=4, FSOCKERR=5 };
/* Messages types that are sent over the message channel. The logcode
* values must all be present here with identical numbers. */