diff options
Diffstat (limited to 'epgsearchext.h')
-rw-r--r-- | epgsearchext.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |