mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
10 lines
163 B
C
10 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;
|
|
}
|