diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:46:09 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:46:09 +0000 |
| commit | a13e82647294da4add976a24335fec50d7bfe905 (patch) | |
| tree | 087acc8d5085391fe71cde7299269c4d0f583c30 /tipper/subst.h | |
| parent | bded3f3d452e097995cbb1e695aaec13a739d1af (diff) | |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@15 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/subst.h')
| -rw-r--r-- | tipper/subst.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tipper/subst.h b/tipper/subst.h new file mode 100644 index 0000000..7fbf5f1 --- /dev/null +++ b/tipper/subst.h @@ -0,0 +1,14 @@ +#ifndef _SUBST_INC
+#define _SUBST_INC
+
+#include "options.h"
+#include "translations.h"
+
+//TCHAR *GetLastMessageText(HANDLE hContact); +//TCHAR *GetStatusMessageText(HANDLE hContact); +bool GetLabelText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
+bool GetValueText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
+
+void StripBBCodesInPlace(wchar_t *text);
+
+#endif
|
