diff options
Diffstat (limited to 'Plugins/avatarhistory/AvatarHistory.h')
-rw-r--r-- | Plugins/avatarhistory/AvatarHistory.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Plugins/avatarhistory/AvatarHistory.h b/Plugins/avatarhistory/AvatarHistory.h index efc1d25..0973030 100644 --- a/Plugins/avatarhistory/AvatarHistory.h +++ b/Plugins/avatarhistory/AvatarHistory.h @@ -29,6 +29,7 @@ extern HINSTANCE hInst;
extern HANDLE hMenu;
extern DWORD mirVer;
+extern HANDLE hAvatarWindowsList;
#include "resource.h"
#include "m_avatarhist.h"
@@ -99,6 +100,3 @@ extern Options opts; #include "popup.h"
-
-
-BOOL ContactEnabled(HANDLE hContact, char *setting, int def);
|