diff options
Diffstat (limited to 'plugins/TabSRMM/src/functions.h')
-rw-r--r-- | plugins/TabSRMM/src/functions.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/functions.h b/plugins/TabSRMM/src/functions.h index dc0bb47c5f..e7311632d2 100644 --- a/plugins/TabSRMM/src/functions.h +++ b/plugins/TabSRMM/src/functions.h @@ -84,9 +84,8 @@ void TSAPI CacheMsgLogIcons(); void TSAPI CacheLogFonts();
void TSAPI LoadIconTheme();
-int DbEventIsForMsgWindow(DBEVENTINFO *dbei);
-
-int TSAPI DbEventIsShown(DBEVENTINFO *dbei);
+bool DbEventIsForMsgWindow(const DBEVENTINFO *dbei);
+bool DbEventIsShown(const DBEVENTINFO *dbei);
// custom tab control
|