summaryrefslogtreecommitdiff
path: root/src/diffviewer/ydiff.h
blob: 3cf823346cb219f42ce10ce6a32b527322231a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef MC__DIFFVIEW_YDIFF_H
#define MC__DIFFVIEW_YDIFF_H

/*** typedefs(not structures) and defined constants **********************************************/

/*** enums ***************************************************************************************/

/*** structures declarations (and typedefs of structures)*****************************************/

/*** global variables defined in .c file *********************************************************/

/*** declarations of public functions ************************************************************/

gboolean dview_diff_cmd (const void *f0, const void *f1);

#endif