OSDN Git Service

Update TranslationsStatus.*
[winmerge-jp/winmerge-jp.git] / Src / PatchHTML.h
1 #pragma once
2
3 struct file_data;
4 struct change;
5
6 void print_html_header ();
7 void print_html_terminator ();
8 void print_html_diff_header (struct file_data inf[]);
9 void print_html_diff_terminator ();
10 void print_html_script (struct change *script);