diff options
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_seenplugin.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_seenplugin.h b/plugins/ExternalAPI/m_seenplugin.h new file mode 100644 index 0000000000..0fc30e1fa4 --- /dev/null +++ b/plugins/ExternalAPI/m_seenplugin.h @@ -0,0 +1,10 @@ +#pragma once + +/* +* Get last seen string +* WPARAM = hContact +* LPARAM = NULL +* returns a WCHAR* - containg the parsed last seen time. This need to be free using miranda free. +*/ + +#define MS_LASTSEEN_GET "Lastseen/Get"
\ No newline at end of file |