diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-18 21:52:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-18 21:52:06 +0000 |
commit | 47e5e82a35999401cc7676cd19a4b8b289a2024c (patch) | |
tree | 20449be9036d3d2503b49f4c2ba481be99261c66 /protocols/AimOscar/direct_connect.h | |
parent | bb7bf61220abb44c385deabda02daed66e9e2389 (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@1030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/direct_connect.h')
-rw-r--r-- | protocols/AimOscar/direct_connect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/AimOscar/direct_connect.h b/protocols/AimOscar/direct_connect.h index 38caeb33ef..4b164f9181 100644 --- a/protocols/AimOscar/direct_connect.h +++ b/protocols/AimOscar/direct_connect.h @@ -1,5 +1,6 @@ /*
Plugin of Miranda IM for communicating with users of the AIM protocol.
+Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
This program is free software; you can redistribute it and/or
@@ -18,6 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef DIRECT_CONNECT_H
#define DIRECT_CONNECT_H
-void aim_direct_connection_initiated(HANDLE hNewConnection, DWORD dwRemoteIP, struct CAimProto*);
+void aim_direct_connection_initiated(HANDLE hNewConnection, DWORD dwRemoteIP, void* extra);
#endif
|