Added usage of search engine.
[midnight-commander.git] / src / diffviewer / ydiff.h
blob8fccd32424d830ad5c672b0b654b5176fd85150c
1 #ifndef MC__DIFFVIEW_YDIFF_H
2 #define MC__DIFFVIEW_YDIFF_H
4 /*** typedefs(not structures) and defined constants **********************************************/
5 struct WDiff_struct;
7 /*** enums ***************************************************************************************/
9 /*** structures declarations (and typedefs of structures)*****************************************/
11 /*** global variables defined in .c file *********************************************************/
13 /*** declarations of public functions ************************************************************/
15 void dview_diff_cmd (struct WDiff_struct * dview);
16 int diff_view (const char *file1, const char *file2, const char *label1, const char *label2);
18 #endif /* MC__DIFFVIEW_YDIFF_H */