summaryrefslogtreecommitdiff
path: root/mailmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'mailmap.h')
-rw-r--r--mailmap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mailmap.h b/mailmap.h
new file mode 100644
index 0000000..ed7c93b
--- /dev/null
+++ b/mailmap.h
@@ -0,0 +1,10 @@
+#ifndef MAILMAP_H
+#define MAILMAP_H
+
+int read_mailmap(struct string_list *map, char **repo_abbrev);
+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