]> git.ipfire.org Git - people/stevee/pakfire.git/commit - .gitignore
libpakfire: Add a simple config file tool
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Apr 2021 12:08:27 +0000 (12:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Apr 2021 12:08:27 +0000 (12:08 +0000)
commit95b07a7f6010334616b3f02005a9df638c3ec310
tree42e7e06d6e36d7622dd7e5de43e466fd6c575146
parente3c279d5a1b6eda8e23cd44aa813388f7f0f49d2
libpakfire: Add a simple config file tool

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