home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
2
/
2375
/
vtalk.h
< prev
next >
Wrap
Text File
|
1990-12-28
|
476b
|
22 lines
/*
* Copyright (c) 1989 Oki Electric Industry Co., Ltd.
*
* This file is part of vtalk.
*
* Permission to use, copy, modify and distribute this program without
* fee is grtanted, provided that the above copyright notice appear
* in all copies.
*
*/
#define MAX_QUEUE 10
#define NAME_LEN 64
/* server -> client msg.status */
#define SUCCESS 0
#define NOEXIST 1
#define FAILED 2
#define UNKNOWN 3
#define PERMISSION_DENIED 4
#define NOWAIT 5