summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-functions.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-07-09 18:23:55 -0400
committerColin Walters <walters@verbum.org>2013-07-09 18:34:05 -0400
commit13e33cd76b86d652dee12a6b0454e0ef716cd744 (patch)
treeaf33e6278ae45031438036a7d3770dc4d36061a7 /src/ostree/ot-admin-functions.h
parent4c2a8bc2100f41bcb9ca275c6a414d1a3acb100e (diff)
downloadostree-13e33cd76b86d652dee12a6b0454e0ef716cd744.tar.gz
admin: Use internal pull API instead of subprocess
So we're doing more of the library thing.
Diffstat (limited to 'src/ostree/ot-admin-functions.h')
-rw-r--r--src/ostree/ot-admin-functions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ostree/ot-admin-functions.h b/src/ostree/ot-admin-functions.h
index ad2a9324..21195b56 100644
--- a/src/ostree/ot-admin-functions.h
+++ b/src/ostree/ot-admin-functions.h
@@ -118,12 +118,6 @@ gboolean ot_admin_get_default_ostree_dir (GFile **out_ostree_dir,
GKeyFile *ot_origin_new_from_refspec (const char *refspec);
-gboolean ot_admin_pull (GFile *ostree_dir,
- const char *remote,
- const char *ref,
- GCancellable *cancellable,
- GError **error);
-
G_END_DECLS
#endif