11 lines
163 B
C
11 lines
163 B
C
/*
|
|
* The binary remote protocol is still under development at LBL;
|
|
* the current version can't be released.
|
|
* Sorry, folks...
|
|
*/
|
|
int
|
|
sl_open()
|
|
{
|
|
return -1;
|
|
}
|