diff options
Diffstat (limited to 'plugins/IEView/src/Utils.h')
-rw-r--r-- | plugins/IEView/src/Utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/IEView/src/Utils.h b/plugins/IEView/src/Utils.h index 124ce51673..87f107ce09 100644 --- a/plugins/IEView/src/Utils.h +++ b/plugins/IEView/src/Utils.h @@ -42,6 +42,8 @@ public: static void convertPath(wchar_t *path);
static char *escapeString(const char *a);
static int detectURL(const wchar_t *text);
+ static bool DbEventIsForMsgWindow(DBEVENTINFO *dbei);
+ static bool DbEventIsForHistory(DBEVENTINFO *dbei);
};
#endif
|