view network.h @ 879:5d00233a4e5b

alaw and ulaw table generator
author arpi_esp
date Fri, 25 May 2001 18:17:27 +0000
parents c906b7600fc6
children 7f6641b1b0df
line wrap: on
line source

#ifndef NETWORK_H
#define NETWORK_H


int connect2Server(char *host, int port);

#endif