Added "debug_type" to the exclude_list_struct.
authorWayne Davison <wayned@samba.org>
Thu, 22 Apr 2004 09:58:24 +0000 (09:58 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 22 Apr 2004 09:58:24 +0000 (09:58 +0000)
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 {