Split rpmGlob() to a separate source file
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 31 May 2012 12:37:11 +0000 (15:37 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 31 May 2012 13:45:26 +0000 (16:45 +0300)
commita6821de78318570df9c6a86cd34db4bd037b48a2
tree019e0cd741cecc812e2a583c67c8962527e0b004
parent077db96e9da9018787b796b0b566f2489c92fe19
Split rpmGlob() to a separate source file

- As a preliminary step to hiding our internal glob implementation,
  split our only glob() user to a source of its own.
rpmio/Makefile.am
rpmio/rpmfileutil.c
rpmio/rpmglob.c [new file with mode: 0644]