]> git.ipfire.org Git - people/ms/pakfire.git/commit
mount: Move pakfire_bind() into mount.c
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Jul 2022 18:34:09 +0000 (18:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Jul 2022 18:34:09 +0000 (18:34 +0000)
commit163851bc7ee1d2fb7aaf1ed4d41799d0797f3e72
treed0f49093cb9509d107b094c48efe2c600b9912ee
parent660120b6447255777d26beb39da116bafd353797
mount: Move pakfire_bind() into mount.c

There are no functional changes, but this function rather belongs here,
and as a bonus, we get to make pakfire_mount() static and declutter
pakfire.c slightly.

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