/*
** @(#) Revision 1.1 - 01/17/97
** uici.h
**
** =======================================================================
** Andrea Whitlock, Mobius Software Services
** whitlock@mobius-soft.com
**
** Bug reports, questions, and suggestions should be emailed to:
** mobius@mobius-soft.com
**
** This software is provided under the terms of the GNU copyleft
** (ftp://prep.ai.mit.edu/pub/gnu/COPYING-2.0), without a warranty
** of any kind.  Use at your own risk.
** =======================================================================
**
** Description:
** Include file.
**
** Notes:
** Set tabstops to 4.
**
*/

static char uicihSccsId[] = "@(#)uici.h	1.1\t01/17/97";
static char uicihVerId[] = "VER 1.1";

void u_sync(int);
void u_error(char *);
void u_close(int);
int u_read(int, char *, int);
int u_write(int, char *, int);
int u_connect(u_short, char *);
int u_open(u_short);
int u_listen(int);

