diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-06 20:27:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-06 20:27:53 +0000 |
commit | f9d22579b0d94894770361b871141e6c0f76842b (patch) | |
tree | 5212e8419dba3921c83f631826872dc5be6df820 /protocols/VKontakte/src/vk.h | |
parent | 58076ec38ca37db577ab7a044f599940d6c778ad (diff) |
VK: first version that logs in
git-svn-id: http://svn.miranda-ng.org/main/trunk@6379 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk.h')
-rw-r--r-- | protocols/VKontakte/src/vk.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h index 51723a527d..d6a9a0f9d0 100644 --- a/protocols/VKontakte/src/vk.h +++ b/protocols/VKontakte/src/vk.h @@ -15,9 +15,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define VK_APP_ID 3917910
+#define VK_APP_ID "3917910"
#define VK_API_URL "api.vk.com"
#define VK_REDIRECT_URL "http://" VK_API_URL "/blank.html"
-extern HINSTANCE hInst;
\ No newline at end of file +typedef NETLIBHTTPHEADER HttpParam;
+
+extern HINSTANCE hInst;
+
+LPCSTR findHeader(NETLIBHTTPREQUEST *hdr, LPCSTR szField);
|