From b008274afdbe375b32a7e66dbd073e200f6f0587 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 4 Feb 2011 12:57:53 +0100 Subject: Nuked almost all trailing white space. We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. --- g13/backend.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'g13/backend.h') diff --git a/g13/backend.h b/g13/backend.h index 2048697dc..20d296606 100644 --- a/g13/backend.h +++ b/g13/backend.h @@ -24,19 +24,18 @@ #include "utils.h" /* For tupledesc_t */ int be_is_supported_conttype (int conttype); -gpg_error_t be_get_detached_name (int conttype, const char *fname, +gpg_error_t be_get_detached_name (int conttype, const char *fname, char **r_name, int *r_isdir); gpg_error_t be_create_new_keys (int conttype, membuf_t *mb); -gpg_error_t be_create_container (ctrl_t ctrl, int conttype, +gpg_error_t be_create_container (ctrl_t ctrl, int conttype, const char *fname, int fd, tupledesc_t tuples, unsigned int *r_id); -gpg_error_t be_mount_container (ctrl_t ctrl, int conttype, +gpg_error_t be_mount_container (ctrl_t ctrl, int conttype, const char *fname, const char *mountpoint, tupledesc_t tuples, unsigned int *r_id); #endif /*G13_BACKEND_H*/ - -- cgit v1.2.3