Revision e6c1c391a86302a53e0eab44dc5bb597c96a87fb authored by Ralf Thielow on 20 November 2014, 06:15:15 UTC, committed by Ralf Thielow on 20 November 2014, 06:16:18 UTC
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
1 parent 388a439
Raw File
mailmap.h
#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
back to top