Update po/mc.pot and po/*.po files.
[midnight-commander.git] / src / diffviewer / ydiff.h
blob90462c019a7a5f2c55f850605948cfa64da45502
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 gboolean dview_diff_cmd (const void *f0, const void *f1);
16 #endif /* MC__DIFFVIEW_YDIFF_H */