mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-11 05:49:18 +03:00
(diff_view): make static.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
abc364791e
commit
ed134d9198
@ -3297,10 +3297,9 @@ dview_get_title (const Dlg_head * h, size_t len)
|
|||||||
return g_string_free (title, FALSE);
|
return g_string_free (title, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** public functions ****************************************************************************/
|
|
||||||
/* --------------------------------------------------------------------------------------------- */
|
/* --------------------------------------------------------------------------------------------- */
|
||||||
|
|
||||||
int
|
static int
|
||||||
diff_view (const char *file1, const char *file2, const char *label1, const char *label2)
|
diff_view (const char *file1, const char *file2, const char *label1, const char *label2)
|
||||||
{
|
{
|
||||||
int error;
|
int error;
|
||||||
@ -3339,6 +3338,7 @@ diff_view (const char *file1, const char *file2, const char *label1, const char
|
|||||||
return error == 0 ? 1 : 0;
|
return error == 0 ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*** public functions ****************************************************************************/
|
||||||
/* --------------------------------------------------------------------------------------------- */
|
/* --------------------------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#define GET_FILE_AND_STAMP(n) \
|
#define GET_FILE_AND_STAMP(n) \
|
||||||
|
@ -12,6 +12,5 @@
|
|||||||
/*** declarations of public functions ************************************************************/
|
/*** declarations of public functions ************************************************************/
|
||||||
|
|
||||||
int dview_diff_cmd (const void *f0, const void *f1);
|
int dview_diff_cmd (const void *f0, const void *f1);
|
||||||
int diff_view (const char *file1, const char *file2, const char *label1, const char *label2);
|
|
||||||
|
|
||||||
#endif /* MC__DIFFVIEW_YDIFF_H */
|
#endif /* MC__DIFFVIEW_YDIFF_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user