From 50828c595b4967074a9e0e3cef8cef1b64c9d2e1 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sun, 8 Jan 2012 20:39:07 +0100 Subject: sort search timers by timer priority and search term --- epgsearchext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epgsearchext.h') diff --git a/epgsearchext.h b/epgsearchext.h index 7303d66..cfdd131 100644 --- a/epgsearchext.h +++ b/epgsearchext.h @@ -234,6 +234,7 @@ public: bool Exists(const cSearchExt* SearchExt); cSearchExts* Clone(); bool CheckForAutoDelete(cSearchExt* SearchExt); + void SortBy(int(*compar)(const void *, const void *)); }; extern cSearchExts SearchExts; -- cgit v1.2.3