diff options
author | Werner Koch <[email protected]> | 2011-02-04 11:57:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-02-04 11:57:53 +0000 |
commit | b008274afdbe375b32a7e66dbd073e200f6f0587 (patch) | |
tree | 219e239d39cf06be3f03aa82fb572080ac163a15 /g13/be-encfs.h | |
parent | Let autogen.sh check the git config (diff) | |
download | gnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.tar.gz gnupg-b008274afdbe375b32a7e66dbd073e200f6f0587.zip |
Nuked almost all trailing white space.post-nuke-of-trailing-ws
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.
Diffstat (limited to 'g13/be-encfs.h')
-rw-r--r-- | g13/be-encfs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/g13/be-encfs.h b/g13/be-encfs.h index 8ac35f947..744c16aee 100644 --- a/g13/be-encfs.h +++ b/g13/be-encfs.h @@ -26,17 +26,16 @@ gpg_error_t be_encfs_get_detached_name (const char *fname, char **r_name, int *r_isdir); gpg_error_t be_encfs_create_new_keys (membuf_t *mb); -gpg_error_t be_encfs_create_container (ctrl_t ctrl, +gpg_error_t be_encfs_create_container (ctrl_t ctrl, const char *fname, tupledesc_t tuples, unsigned int *r_id); gpg_error_t be_encfs_mount_container (ctrl_t ctrl, - const char *fname, + const char *fname, const char *mountpoint, tupledesc_t tuples, unsigned int *r_id); #endif /*G13_BE_ENCFS_H*/ - |