From 7a8be902d21f5cf84ef74633a2dda910af3699a1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 9 Jul 2019 15:49:44 +0200 Subject: Rewrite list/news/help download and backup file handling --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.h') diff --git a/src/globals.h b/src/globals.h index 3b4f344..a95ca59 100644 --- a/src/globals.h +++ b/src/globals.h @@ -42,6 +42,6 @@ extern int g_forLocationHandling; extern bool g_noVtx; -bool myLessThan(Session* a, Session* b); +bool sessionComparator(Session* a, Session* b); #endif -- cgit v1.2.3-55-g7522