mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
9 lines
183 B
Text
9 lines
183 B
Text
/* @(#)msg.x 2.1 88/08/11 4.0 RPCSRC */
|
|
/*
|
|
* msg.x: Remote message printing protocol
|
|
*/
|
|
program MESSAGEPROG {
|
|
version MESSAGEVERS {
|
|
int PRINTMESSAGE(string) = 1;
|
|
} = 1;
|
|
} = 99;
|