summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sysroot-private.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-04-20 21:26:17 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-04-24 14:45:19 +0000
commit3f1bcab27f1f6ee77e4a8d2a88858ed2e6d2aa70 (patch)
tree5a1f801348b118db44062d90d9513137ea46bb7e /src/libostree/ostree-sysroot-private.h
parent50ca653ff6216ce7b4ccff8eed5c00d62a43e7c2 (diff)
downloadostree-3f1bcab27f1f6ee77e4a8d2a88858ed2e6d2aa70.tar.gz
lib/cleanup: Port some of the cleanup code to fd-relative and new style
There aren't many users of `g_file_enumerator_iterate()` left - those remaining are usually good candidates for porting. There's some more porting to do in this file; a mix of trivial and harder. This one is a good candidate for an individual commit. Closes: #803 Approved by: jlebon
Diffstat (limited to 'src/libostree/ostree-sysroot-private.h')
-rw-r--r--src/libostree/ostree-sysroot-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libostree/ostree-sysroot-private.h b/src/libostree/ostree-sysroot-private.h
index 4bc7802b..26cfd363 100644
--- a/src/libostree/ostree-sysroot-private.h
+++ b/src/libostree/ostree-sysroot-private.h
@@ -87,7 +87,8 @@ _ostree_sysroot_parse_deploy_path_name (const char *name,
GError **error);
gboolean
-_ostree_sysroot_list_deployment_dirs_for_os (GFile *osdir,
+_ostree_sysroot_list_deployment_dirs_for_os (int deploydir_dfd,
+ const char *osname,
GPtrArray *inout_deployments,
GCancellable *cancellable,
GError **error);