diff options
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);
|