home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / comm / amitcp-sdk-4.0.lha / AmiTCP-SDK / src / examples / rpc / msg / msg.x < prev    next >
Encoding:
Text File  |  1994-03-09  |  183 b   |  10 lines

  1. /* @(#)msg.x    2.1 88/08/11 4.0 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.