From ac1d2d338450eb005abf03002f5784097caf7e19 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 22 Apr 2004 09:58:24 +0000 Subject: [PATCH] Added "debug_type" to the exclude_list_struct. --- rsync.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rsync.h b/rsync.h index 6f235c84..fc99cedf 100644 --- 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 { -- 2.34.1