Mercurial > mplayer.hg
view network.h @ 870:f641c96e431b
Some simple code to handle HTTP requests/responses.
author | bertrand |
---|---|
date | Fri, 25 May 2001 13:58:32 +0000 |
parents | c906b7600fc6 |
children | 7f6641b1b0df |
line wrap: on
line source
#ifndef NETWORK_H #define NETWORK_H int connect2Server(char *host, int port); #endif