diff options
author | Mataes <mataes2007@gmail.com> | 2018-12-23 20:24:43 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2018-12-23 20:25:16 +0300 |
commit | 1b60fdaf9e55690bbfb5a6d8b3f6b970e6d4373f (patch) | |
tree | 23759c22a20590f2184ebda78260abe335e6de99 /plugins/AVS/src/stdafx.h | |
parent | ff6b8261d89a2ac071bba0ebe0e16b40dd7122a1 (diff) |
cleanup
Diffstat (limited to 'plugins/AVS/src/stdafx.h')
-rw-r--r-- | plugins/AVS/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/AVS/src/stdafx.h b/plugins/AVS/src/stdafx.h index 21385e074e..351699a865 100644 --- a/plugins/AVS/src/stdafx.h +++ b/plugins/AVS/src/stdafx.h @@ -180,3 +180,7 @@ void Proto_GetAvatarMaxSize(const char *proto, int *width, int *height); int Proto_GetAvatarMaxFileSize(const char *proto);
protoPicCacheEntry* GetProtoDefaultAvatar(MCONTACT hContact);
+
+int OnDetailsInit(WPARAM wParam, LPARAM lParam);
+int OptInit(WPARAM wParam, LPARAM lParam);
+void InitServices();
|