/share/examples/sunrpc/msg/msg.x
https://bitbucket.org/freebsd/freebsd-head/ · Alex · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · c689dc7865011460ff8bfb73f13a5270 MD5 · raw file
- /* @(#)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;