home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume13 / rpc3.9 / part06 / demo / msg / msg.x < prev    next >
Encoding:
Text File  |  1988-02-27  |  183 b   |  10 lines

  1. /* @(#)msg.x    1.1 87/11/04 3.9 RPCSRC */
  2. /*
  3.  * msg.x: Remote message printing protocol
  4.  */
  5. program MESSAGEPROG {
  6.     version MESSAGEVERS {
  7.         int PRINTMESSAGE(string) = 1;
  8.     } = 1;
  9. } = 99;
  10.