1 #ifndef MC__DIFFVIEW_YDIFF_H 2 #define MC__DIFFVIEW_YDIFF_H 3 4 /*** typedefs(not structures) and defined constants **********************************************/ 5 6 /*** enums ***************************************************************************************/ 7 8 /*** structures declarations (and typedefs of structures)*****************************************/ 9 10 /*** global variables defined in .c file *********************************************************/ 11 12 /*** declarations of public functions ************************************************************/ 13 14 gboolean dview_diff_cmd (const void *f0, const void *f1); 15 16 #endif /* MC__DIFFVIEW_YDIFF_H */