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 */