mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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.
This commit is contained in:
parent
ffd099eb19
commit
b008274afd
305 changed files with 5385 additions and 5592 deletions
|
@ -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*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue