1993-08-02 21:38:43 +04:00
|
|
|
/* $Id: remote-sl.c,v 1.2 1993/08/02 17:41:08 mycroft Exp $ */
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
|
|
|
* The binary remote protocol is still under development at LBL;
|
|
|
|
* the current version can't be released.
|
|
|
|
* Sorry, folks...
|
|
|
|
*/
|
|
|
|
int
|
|
|
|
sl_open()
|
|
|
|
{
|
|
|
|
return -1;
|
|
|
|
}
|