(single_dirsize_cmd): send CK_PanelMoveDown message instead of KEY_DOWN one to panel.
[midnight-commander.git] / src / diffviewer / ydiff.h
blob49199c23c2ae8676d2fcf4f84b95df97025d5f8d
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 void dview_diff_cmd (void);
15 int diff_view (const char *file1, const char *file2, const char *label1, const char *label2);
17 #endif /* MC__DIFFVIEW_YDIFF_H */