diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-10 21:34:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-10 21:34:29 +0000 |
commit | 960336573d3420785094dd46fe4a3edb4cb152a8 (patch) | |
tree | f4e581537a72dad2e1fb07ab0cc8eef91bd56e3f /plugins/AVS/src/poll.cpp | |
parent | 84bb8836befd3d31b22562bb02f4ecf22e92c4a9 (diff) |
divide et impera
git-svn-id: http://svn.miranda-ng.org/main/trunk@5639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/poll.cpp')
-rw-r--r-- | plugins/AVS/src/poll.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/AVS/src/poll.cpp b/plugins/AVS/src/poll.cpp index 340919be0d..22968fe5a0 100644 --- a/plugins/AVS/src/poll.cpp +++ b/plugins/AVS/src/poll.cpp @@ -45,17 +45,11 @@ A queue to request items. One request is done at a time, REQUEST_WAIT_TIME milis static void RequestThread(void *vParam);
extern HANDLE hShutdownEvent;
-extern char *g_szMetaName;
-extern int ChangeAvatar(HANDLE hContact, BOOL fLoad, BOOL fNotifyHist = FALSE, int pa_format = 0);
extern int DeleteAvatar(HANDLE hContact);
extern void MakePathRelative(HANDLE hContact, TCHAR *path);
int Proto_GetDelayAfterFail(const char *proto);
BOOL Proto_IsFetchingAlwaysAllowed(const char *proto);
-struct CacheNode *FindAvatarInCache(HANDLE hContact, BOOL add, BOOL findAny = FALSE);
-
-extern BOOL g_AvatarHistoryAvail;
-
#ifdef _DEBUG
int _DebugTrace(const char *fmt, ...);
int _DebugTrace(HANDLE hContact, const char *fmt, ...);
@@ -209,7 +203,7 @@ void ProcessAvatarInfo(HANDLE hContact, int type, PROTO_AVATAR_INFORMATIONT *pai }
}
-int FetchAvatarFor(HANDLE hContact, char *szProto = NULL)
+int FetchAvatarFor(HANDLE hContact, char *szProto)
{
int result = GAIR_NOAVATAR;
|