summaryrefslogtreecommitdiff
path: root/src/libotutil/ot-gpg-utils.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-04-28 16:00:49 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-05-01 16:44:59 +0000
commit4f80548454dba1342849caf5b568cb4e34883ba4 (patch)
tree8a3dd61f8e2698e7449482b390a0ba77c0b50f42 /src/libotutil/ot-gpg-utils.h
parent8d8f06f21b3f316c927cd85b573c2e331534af4a (diff)
downloadostree-4f80548454dba1342849caf5b568cb4e34883ba4.tar.gz
repo: Delete the last use of GFile tmp_dir
The keyring isn't large, so let's just fall back to copying it rather than requiring `renameat()`. Prep for `ostree_repo_open_at()`. Closes: #821 Approved by: jlebon
Diffstat (limited to 'src/libotutil/ot-gpg-utils.h')
-rw-r--r--src/libotutil/ot-gpg-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libotutil/ot-gpg-utils.h b/src/libotutil/ot-gpg-utils.h
index c2337f7b..184a8d64 100644
--- a/src/libotutil/ot-gpg-utils.h
+++ b/src/libotutil/ot-gpg-utils.h
@@ -34,7 +34,6 @@ GLNX_DEFINE_CLEANUP_FUNCTION0(gpgme_ctx_t, ot_cleanup_gpgme_ctx, gpgme_release)
void ot_gpgme_error_to_gio_error (gpgme_error_t gpg_error, GError **error);
gboolean ot_gpgme_ctx_tmp_home_dir (gpgme_ctx_t gpgme_ctx,
- const char *tmp_dir,
char **out_tmp_home_dir,
GOutputStream **out_pubring_stream,
GCancellable *cancellable,