Subversion Repositories Kolibri OS

Rev

Rev 5534 | Rev 5598 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5534 Rev 5576
Line 59... Line 59...
59
		dword	content_ptr;
59
		dword	content_ptr;
60
        dword   content_length;
60
        dword   content_length;
61
        dword   content_received;
61
        dword   content_received;
62
        char    http_header;
62
        char    http_header;
63
};
63
};
64
64
 
-
 
65
:dword file_get_contents(dword url,...)
-
 
66
{
-
 
67
	http_get(url,FLAG_HTTP11,"");
-
 
68
}
-
 
69
65
70