summaryrefslogtreecommitdiff
path: root/tipper/subst.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-02 13:06:20 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-02 13:06:20 +0000
commit35ded165ba1c21cd526191a47101da56c101d1a9 (patch)
treef86b9560ab673b013da05a35536d81fb98935202 /tipper/subst.h
parent06ddd6b98d4b76bdc8ba20d4b2fd63211f92c93d (diff)
added user id to status bar tips
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@104 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/subst.h')
-rw-r--r--tipper/subst.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tipper/subst.h b/tipper/subst.h
index 8912aa6..755a587 100644
--- a/tipper/subst.h
+++ b/tipper/subst.h
@@ -11,4 +11,8 @@ bool GetValueText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int buffl
void StripBBCodesInPlace(TCHAR *text);
+// can be used with hContact == 0 to get uid for a given proto
+bool uid_name(char *szProto, TCHAR *buff, int bufflen);
+bool uid(HANDLE hContact, char *proto, TCHAR *buff, int bufflen);
+
#endif