mailmap.hon commit t7406 & t7407: add missing && at end of lines (4bf9dd9)
   1#ifndef MAILMAP_H
   2#define MAILMAP_H
   3
   4int read_mailmap(struct string_list *map, char **repo_abbrev);
   5void clear_mailmap(struct string_list *map);
   6
   7int map_user(struct string_list *mailmap,
   8             char *email, int maxlen_email, char *name, int maxlen_name);
   9
  10#endif