]> git.ipfire.org Git - people/stevee/pakfire.git/commit
util: Implement a simple path matching function that supports **
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Mar 2023 15:54:51 +0000 (15:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Mar 2023 15:54:51 +0000 (15:54 +0000)
commit6871e28d5bb7ac2d2fbcb168a830474ab16a8b14
tree5881b2c284a9d8cf596d287dd1ffff04130fd860
parentfe72c17fa7c38064a63d2077d87d0f0c5ecfa726
util: Implement a simple path matching function that supports **

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/include/pakfire/util.h
src/libpakfire/util.c
tests/libpakfire/util.c