From: Wayne Davison Date: Thu, 22 Apr 2004 09:58:24 +0000 (+0000) Subject: Added "debug_type" to the exclude_list_struct. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ac1d2d338450eb005abf03002f5784097caf7e19 Added "debug_type" to the exclude_list_struct. --- 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 {