]> git.ipfire.org Git - people/ms/pakfire.git/commit - Makefile.am
daemon: Move into libpakfire
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Oct 2023 11:10:33 +0000 (11:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Oct 2023 11:11:51 +0000 (11:11 +0000)
commita236ec387347adae2cc1fc080ed517031650b18e
tree98da84de067fc3894a05a9ae68d846ef8aa3a516
parent9d960d7f4bc2d37ad60829353633da62f56763a9
daemon: Move into libpakfire

This is currently not exported which means that the linker will link
those functions statically into pakfire-daemon.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/cli/lib/daemon.c
src/libpakfire/daemon.c [new file with mode: 0644]
src/libpakfire/include/pakfire/daemon.h [new file with mode: 0644]