owntone-server/src/uici.h

9 lines
385 B
C
Raw Normal View History

2003-10-13 11:03:14 -04:00
/*********************************** uici.h **************************/
/* Prototypes for the three public UICI functions */
/*********************************************************************/
#define UPORT
typedef unsigned short u_port_t;
int u_open(u_port_t port);
int u_accept(int fd, char *hostn, int hostnsize);
int u_connect(u_port_t port, char *hostn);