merge-blobs.hon commit Merge tag 'l10n-2.21.0-rnd2' of git://github.com/git-l10n/git-po (a1997da)
   1#ifndef MERGE_BLOBS_H
   2#define MERGE_BLOBS_H
   3
   4struct blob;
   5struct index_state;
   6
   7extern void *merge_blobs(struct index_state *, const char *,
   8                         struct blob *, struct blob *,
   9                         struct blob *, unsigned long *);
  10
  11#endif /* MERGE_BLOBS_H */