X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/315c2152d0a6fbd47690feb38b2410114038278f..e0c572c5c691da243a3187f440daab739c0b3412:/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 {