kernel-args: Move private functions out of public header
authorColin Walters <walters@verbum.org>
Sun, 23 Jul 2023 14:26:30 +0000 (10:26 -0400)
committerColin Walters <walters@verbum.org>
Sun, 23 Jul 2023 17:22:14 +0000 (13:22 -0400)
commitd7fe9e54ed675aa7b82e59808a5ab1bac4b1c4a3
tree93b7a2f5c984f636a63a147b832834f77d9de157
parent4c0e5b1ef7aa877c242e3ce20003392a585d4a25
kernel-args: Move private functions out of public header

External users can't call `_` prefixed APIs, so move them
to a `-private.h`.
Makefile-libostree.am
src/libostree/ostree-kernel-args-private.h [new file with mode: 0644]
src/libostree/ostree-kernel-args.c
src/libostree/ostree-kernel-args.h
tests/test-kargs.c