Basic SunRPC wrapper

git-svn-id: file:///home/svn/incoming/trunk@3419 4d416f70-5f16-0410-b530-b9f4589650da
unstable
vlad902 2006-01-21 02:43:44 +00:00
parent 7e7fd98927
commit d051386d63
1 changed files with 2 additions and 0 deletions

2
lib/rex/proto/sunrpc.rb Normal file
View File

@ -0,0 +1,2 @@
require 'rex/proto/sunrpc/client'
require 'rex/proto/sunrpc/xdr'