Extract filesystem-related functions into fs.c
authorKirill Isakov <bootctl@gmail.com>
Thu, 19 May 2022 10:16:51 +0000 (16:16 +0600)
committerKirill Isakov <bootctl@gmail.com>
Sun, 29 May 2022 08:43:37 +0000 (14:43 +0600)
commit9235256116574927657a93944ef1b21e255e771b
tree1d573514214962b1d5d6a77be7e94d59ac6195dd
parentc6a15e27d934e90a1f3a26438dddb395bdc9de19
Extract filesystem-related functions into fs.c

… and add unit tests.
14 files changed:
src/bsd/openbsd/tincd.c
src/fs.c [new file with mode: 0644]
src/fs.h [new file with mode: 0644]
src/invitation.c
src/keys.c
src/meson.build
src/tincctl.c
src/tincctl.h
src/tincd.c
src/utils.c
src/utils.h
test/unit/meson.build
test/unit/test_fs.c [new file with mode: 0644]
test/unit/test_utils.c