X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/daa8d920942f064b68f913eeb87da28753dc203a..0a23e33630d96f6083b40bc98d7a12d7ad7632f6:/rsync.h diff --git a/rsync.h b/rsync.h index 7eb9a807..c288a1fe 100644 --- a/rsync.h +++ b/rsync.h @@ -834,6 +834,15 @@ struct stats { struct chmod_mode_struct; +struct flist_ndx_item { + struct flist_ndx_item *next; + int ndx; +}; + +typedef struct { + struct flist_ndx_item *head, *tail; +} flist_ndx_list; + #define EMPTY_ITEM_LIST {NULL, 0, 0} typedef struct {