X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/acfcfa70538df76cfa7f95082a9d0231fcf669dd..ac1d2d338450eb005abf03002f5784097caf7e19:/rsync.h 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 {