Our exclude lists are now comprised of a base structure with a head
authorWayne Davison <wayned@samba.org>
Wed, 14 Apr 2004 23:33:40 +0000 (23:33 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 14 Apr 2004 23:33:40 +0000 (23:33 +0000)
commitb2aa573b1c1fdc9f019d55ce5350a5b1dad59383
treee3fd3c646924836b6fb5a68206e91ba0fef62f68
parent63d0331991702d3570078551acf266f0e405faa4
Our exclude lists are now comprised of a base structure with a head
and a tail pointer pointing to a linked list of items (rather than
an array of pointers that has to be reallocated all the time).
exclude.c