summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtin-unlock.c
diff options
context:
space:
mode:
authorAllen Bai <abai@redhat.com>2019-05-28 14:02:54 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-06-18 14:29:14 +0000
commitbe2572bf68090a5e277338d2613d3c7d53b0c9e8 (patch)
tree6e304051c55177fdf49d502f5865feeb777ed139 /src/ostree/ot-admin-builtin-unlock.c
parent2db79fb398fba2f9ab2e05c517ebccfe1834674b (diff)
downloadostree-be2572bf68090a5e277338d2613d3c7d53b0c9e8.tar.gz
lib/kargs: Make API public and upstream new rpm-ostree APIs
This change makes public the current kargs API in src/libostree/ostree-kernel-args.c and adds documentations. Upstreams the new kargs API from rpm-ostree/src/libpriv/rpmostree-kargs-process.c Merges libostree_kernel_args_la_SOURCES to libostree_1_la_SOURCES in Makefile-libostree.am Upstreams tests/check/test-kargs.c from rpm-ostree. Closes: #1833 Closes: #1869 Approved by: jlebon
Diffstat (limited to 'src/ostree/ot-admin-builtin-unlock.c')
-rw-r--r--src/ostree/ot-admin-builtin-unlock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ostree/ot-admin-builtin-unlock.c b/src/ostree/ot-admin-builtin-unlock.c
index f0efa44a..cd466183 100644
--- a/src/ostree/ot-admin-builtin-unlock.c
+++ b/src/ostree/ot-admin-builtin-unlock.c
@@ -27,8 +27,6 @@
#include "ostree.h"
#include "otutil.h"
-#include "../libostree/ostree-kernel-args.h"
-
#include <glib/gi18n.h>
#include <err.h>