home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / suite.zip / pct.zip / rexxsock.ext < prev    next >
Text File  |  1999-12-20  |  197b  |  8 lines

  1. @RxSock
  2. %Load RxSock
  3. $/* Load RxSock */
  4. if RxFuncQuery("SockLoadFuncs")=1 then do      /* already there */
  5.   call RxFuncAdd "SockLoadFuncs","rxSock","SockLoadFuncs"
  6.   call SockLoadFuncs
  7. end
  8.