Various file comparison improvements
[rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 345a68a65b4c631e5a84079ea8913ffea32bbd9e..68dfba51a04f4835fe369d77a9323ecf238172f7 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -277,6 +277,10 @@ enum msgcode {
        MSG_NO_SEND=102,/* sender failed to open a file we wanted */
 };
 
+enum filetype {
+       FT_UNSUPPORTED, FT_REG, FT_DIR, FT_SYMLINK, FT_SPECIAL, FT_DEVICE
+};
+
 #define NDX_DONE -1
 #define NDX_FLIST_EOF -2
 #define NDX_DEL_STATS -3