aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-11-16 16:43:59 +0000
committerWerner Koch <[email protected]>2016-11-16 16:43:59 +0000
commitc4506a3f15bba5d257cb4c6738800c5e00ecc9a2 (patch)
treef2f6356a33ca8b64d0a565ffb17c52b80013f479 /kbx/keybox.h
parentwks: Always build gpg-wks-client. (diff)
downloadgnupg-c4506a3f15bba5d257cb4c6738800c5e00ecc9a2.tar.gz
gnupg-c4506a3f15bba5d257cb4c6738800c5e00ecc9a2.zip
common: Rename keybox_file_rename to gnupg_rename_file.
* kbx/keybox-util.c (keybox_file_rename): Rename to ... * common/sysutils.c (gnupg_rename_file): this. Change all callers. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'kbx/keybox.h')
-rw-r--r--kbx/keybox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kbx/keybox.h b/kbx/keybox.h
index a248bf05f..5c2824a7f 100644
--- a/kbx/keybox.h
+++ b/kbx/keybox.h
@@ -134,8 +134,6 @@ void keybox_set_malloc_hooks ( void *(*new_alloc_func)(size_t n),
gpg_error_t keybox_tmp_names (const char *filename, int for_keyring,
char **r_bakname, char **r_tmpname);
-gpg_error_t keybox_file_rename (const char *oldname, const char *newname,
- int *block_signals);
#ifdef __cplusplus