Home | History | Annotate | Download | only in localize
      1 #ifndef MERGE_RES_AND_XLIFF_H
      2 #define MERGE_RES_AND_XLIFF_H
      3 
      4 #include "ValuesFile.h"
      5 #include "XLIFFFile.h"
      6 
      7 ValuesFile* merge_res_and_xliff(const ValuesFile* en_current,
      8                                 const ValuesFile* xx_current, const ValuesFile* xx_old,
      9                                 const string& filename, const XLIFFFile* xliff);
     10 
     11 int do_merge(const vector<string>& xliffFilenames);
     12 
     13 #endif // MERGE_RES_AND_XLIFF_H
     14