diff options
Diffstat (limited to 'tipper/subst.h')
-rw-r--r-- | tipper/subst.h | 4 |
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
|