Added "debug_type" to the exclude_list_struct.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 6f235c8..fc99ced 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -502,6 +502,7 @@ struct exclude_struct {
 struct exclude_list_struct {
        struct exclude_struct *head;
        struct exclude_struct *tail;
+       char *debug_type;
 };
 
 struct stats {