summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-functions.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-09-15 18:07:34 -0400
committerColin Walters <walters@verbum.org>2013-09-15 18:08:06 -0400
commit95f07d486adcb6bb12d8da0016066d8d8db205d6 (patch)
treedaa82c941be51af075565664348f996e625fddde /src/ostree/ot-admin-functions.h
parent6f929ca5af114da00030bd83d8b100706d0eebef (diff)
downloadostree-95f07d486adcb6bb12d8da0016066d8d8db205d6.tar.gz
libostree: Move a lot more sysroot API here
OstreeBootloader is temporarily public API.
Diffstat (limited to 'src/ostree/ot-admin-functions.h')
-rw-r--r--src/ostree/ot-admin-functions.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/ostree/ot-admin-functions.h b/src/ostree/ot-admin-functions.h
index f48912aa..4b7a6a68 100644
--- a/src/ostree/ot-admin-functions.h
+++ b/src/ostree/ot-admin-functions.h
@@ -24,7 +24,6 @@
#include <gio/gio.h>
#include <ostree.h>
-#include "ot-bootloader.h"
#include "ot-ordered-hash.h"
G_BEGIN_DECLS
@@ -37,13 +36,6 @@ gboolean ot_admin_util_get_devino (GFile *path,
GCancellable *cancellable,
GError **error);
-char *ot_admin_join_lines (GPtrArray *lines);
-
-gboolean ot_admin_parse_deploy_path_name (const char *name,
- char **out_csum,
- int *out_serial,
- GError **error);
-
gboolean ot_admin_ensure_initialized (GFile *ostree_dir,
GCancellable *cancellable,
GError **error);
@@ -56,26 +48,6 @@ gboolean ot_admin_check_os (GFile *sysroot,
OtOrderedHash *ot_admin_parse_kernel_args (const char *options);
char * ot_admin_kernel_arg_string_serialize (OtOrderedHash *ohash);
-OtBootloader *ot_admin_query_bootloader (GFile *sysroot);
-
-gboolean ot_admin_read_current_subbootversion (GFile *sysroot,
- int bootversion,
- int *out_subbootversion,
- GCancellable *cancellable,
- GError **error);
-
-gboolean ot_admin_read_boot_loader_configs (GFile *boot_dir,
- int bootversion,
- GPtrArray **out_loader_configs,
- GCancellable *cancellable,
- GError **error);
-
-gboolean ot_admin_list_deployments (GFile *sysroot,
- int *out_bootversion,
- GPtrArray **out_deployments,
- GCancellable *cancellable,
- GError **error);
-
gboolean ot_admin_find_booted_deployment (GFile *sysroot,
GPtrArray *deployments,
OstreeDeployment **out_deployment,
@@ -98,20 +70,6 @@ OstreeDeployment *ot_admin_get_merge_deployment (GPtrArray *deployment_l
const char *osname,
OstreeDeployment *booted_deployment);
-GFile *ot_admin_get_deployment_origin_path (GFile *deployment_path);
-
-GFile *ot_admin_get_deployment_directory (GFile *sysroot,
- OstreeDeployment *deployment);
-
-gboolean ot_admin_get_repo (GFile *sysroot,
- OstreeRepo **out_repo,
- GCancellable *cancellable,
- GError **error);
-
-gboolean ot_admin_cleanup (GFile *sysroot,
- GCancellable *cancellable,
- GError **error);
-
gboolean ot_admin_get_default_ostree_dir (GFile **out_ostree_dir,
GCancellable *cancellable,
GError **error);