summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-functions.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-09-15 20:16:20 -0400
committerColin Walters <walters@verbum.org>2013-09-15 20:16:20 -0400
commitc6292942ff3d284f9a8056c314bf1ffbf45278ae (patch)
tree9b6a624933b00626420bff6fd56fb1ac2b8b47a5 /src/ostree/ot-admin-functions.h
parent95f07d486adcb6bb12d8da0016066d8d8db205d6 (diff)
downloadostree-c6292942ff3d284f9a8056c314bf1ffbf45278ae.tar.gz
libostree: Nearly complete move of API into OstreeSysroot
Move the deployment code too.
Diffstat (limited to 'src/ostree/ot-admin-functions.h')
-rw-r--r--src/ostree/ot-admin-functions.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/ostree/ot-admin-functions.h b/src/ostree/ot-admin-functions.h
index 4b7a6a68..189974f6 100644
--- a/src/ostree/ot-admin-functions.h
+++ b/src/ostree/ot-admin-functions.h
@@ -24,56 +24,9 @@
#include <gio/gio.h>
#include <ostree.h>
-#include "ot-ordered-hash.h"
G_BEGIN_DECLS
-char *ot_admin_util_split_keyeq (char *str);
-
-gboolean ot_admin_util_get_devino (GFile *path,
- guint32 *out_device,
- guint64 *out_inode,
- GCancellable *cancellable,
- GError **error);
-
-gboolean ot_admin_ensure_initialized (GFile *ostree_dir,
- GCancellable *cancellable,
- GError **error);
-
-gboolean ot_admin_check_os (GFile *sysroot,
- const char *osname,
- GCancellable *cancellable,
- GError **error);
-
-OtOrderedHash *ot_admin_parse_kernel_args (const char *options);
-char * ot_admin_kernel_arg_string_serialize (OtOrderedHash *ohash);
-
-gboolean ot_admin_find_booted_deployment (GFile *sysroot,
- GPtrArray *deployments,
- OstreeDeployment **out_deployment,
- GCancellable *cancellable,
- GError **error);
-
-gboolean ot_admin_require_booted_deployment (GFile *sysroot,
- OstreeDeployment **out_deployment,
- GCancellable *cancellable,
- GError **error);
-
-gboolean ot_admin_require_deployment_or_osname (GFile *sysroot,
- GPtrArray *deployment_list,
- const char *osname,
- OstreeDeployment **out_deployment,
- GCancellable *cancellable,
- GError **error);
-
-OstreeDeployment *ot_admin_get_merge_deployment (GPtrArray *deployment_list,
- const char *osname,
- OstreeDeployment *booted_deployment);
-
-gboolean ot_admin_get_default_ostree_dir (GFile **out_ostree_dir,
- GCancellable *cancellable,
- GError **error);
-
GKeyFile *ot_origin_new_from_refspec (const char *refspec);
G_END_DECLS