c8194f0876
headers, and a few other insignificant changes.
13 lines
227 B
C
13 lines
227 B
C
/* $Id: remote-sl.c,v 1.2 1993/08/02 17:41:08 mycroft Exp $ */
|
|
|
|
/*
|
|
* The binary remote protocol is still under development at LBL;
|
|
* the current version can't be released.
|
|
* Sorry, folks...
|
|
*/
|
|
int
|
|
sl_open()
|
|
{
|
|
return -1;
|
|
}
|