X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=server.c;h=be3f2a9e0d10d6b52efd8cf3f252a82827c03d82;hb=a99e5f5d5c16a3e865796a96ad648e3c570d32ac;hp=e3149c9caa371513ea1a64e95a39389cb1c7a8dd;hpb=2628c75509ab49115259d0927b8926c9ca0218ae;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/server.c b/server.c index e3149c9..be3f2a9 100644 --- a/server.c +++ b/server.c @@ -397,8 +397,8 @@ int main( int argc, char *argv[] ) hSteamHTTP, k_EHTTPMethodGET, "https://www.harrygodden.com/hello.txt" ); - steam_async *call1 = steam_new_async(); - call1->data = NULL; + vg_steam_async_call *call1 = vg_alloc_async_steam_api_call(); + call1->userdata = NULL; call1->p_handler = recieve_http; SteamAPI_ISteamHTTP_SendHTTPRequest( hSteamHTTP, test_req, &call1->id ); #endif