Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5575 → Rev 5576

/programs/cmm/lib/obj/http.h
60,4 → 60,9
dword content_length;
dword content_received;
char http_header;
};
};
 
:dword file_get_contents(dword url,...)
{
http_get(url,FLAG_HTTP11,"");
}