Merge branch '2261_multiedit'
[midnight-commander.git] / src / diffviewer / ydiff.h
blob7c1d1b27072406a6c71b4be3be99a37bcd7d3bcc
1 #ifndef MC__DIFFVIEW_YDIFF_H
2 #define MC__DIFFVIEW_YDIFF_H
4 /*** typedefs(not structures) and defined constants **********************************************/
6 /*** enums ***************************************************************************************/
8 /*** structures declarations (and typedefs of structures)*****************************************/
10 /*** global variables defined in .c file *********************************************************/
12 /*** declarations of public functions ************************************************************/
14 int dview_diff_cmd (const void *f0, const void *f1);
16 #endif /* MC__DIFFVIEW_YDIFF_H */