From c8bae7493d2f2910b57f13ded012e86bdcfb0532 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:47:53 +0200 Subject: Adding upstream version 1:2.39.2. Signed-off-by: Daniel Baumann --- mailmap.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mailmap.h (limited to 'mailmap.h') diff --git a/mailmap.h b/mailmap.h new file mode 100644 index 0000000..7e99fcc --- /dev/null +++ b/mailmap.h @@ -0,0 +1,12 @@ +#ifndef MAILMAP_H +#define MAILMAP_H + +struct string_list; + +int read_mailmap(struct string_list *map); +void clear_mailmap(struct string_list *map); + +int map_user(struct string_list *map, + const char **email, size_t *emaillen, const char **name, size_t *namelen); + +#endif -- cgit v1.2.3