]> git.tuebingen.mpg.de Git - paraslash.git/commit
Gerneralize for_each_matching_blob().
authorAndre Noll <maan@systemlinux.org>
Thu, 27 Sep 2007 10:25:05 +0000 (12:25 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 27 Sep 2007 10:25:05 +0000 (12:25 +0200)
commitce8cd1e4ec6f4b2bf3ac29575be7852d2d55ff8b
treec223019e5336eef9103ae849346c5e413577288e
parentab8b3fdcc4f09d92b7722522ac2070457d7fc5d7
Gerneralize for_each_matching_blob().

It's not only useful for blobs. For instance the rm and the touch
commands might also want to use something similar. So move it to
afs.c and call it for_each_matching_row().
afs.c
afs.h
blob.c