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/utils.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 '')
-rw-r--r-- | g13/utils.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/g13/utils.h b/g13/utils.h index cebd0436d..914b2cf3e 100644 --- a/g13/utils.h +++ b/g13/utils.h @@ -30,15 +30,14 @@ void append_tuple (membuf_t *membuf, struct tupledesc_s; typedef struct tupledesc_s *tupledesc_t; -gpg_error_t create_tupledesc (tupledesc_t *r_tupledesc, +gpg_error_t create_tupledesc (tupledesc_t *r_tupledesc, void *data, size_t datalen); void destroy_tupledesc (tupledesc_t tupledesc); tupledesc_t ref_tupledesc (tupledesc_t tupledesc); -const void *find_tuple (tupledesc_t tupledesc, +const void *find_tuple (tupledesc_t tupledesc, unsigned int tag, size_t *r_length); -const void *next_tuple (tupledesc_t tupledesc, +const void *next_tuple (tupledesc_t tupledesc, unsigned int *r_tag, size_t *r_length); #endif /*G13_UTILS_H*/ - |