Add missing export of XML-RPC:REQUEST.
authorChris Hanson <org/chris-hanson/cph>
Sun, 20 Feb 2005 01:25:02 +0000 (01:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 20 Feb 2005 01:25:02 +0000 (01:25 +0000)
v7/src/xml/xml.pkg

index 4c8bce06acfc691e55904edb47542e9f3aec8348..30ea5d8d8bd17536a96f0669dbf7142fb31c74b8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: xml.pkg,v 1.56 2005/02/19 04:34:24 cph Exp $
+$Id: xml.pkg,v 1.57 2005/02/20 01:25:02 cph Exp $
 
 Copyright 2001,2002,2003,2004,2005 Massachusetts Institute of Technology
 
@@ -514,5 +514,6 @@ USA.
          xml-rpc:fault
          xml-rpc:parse-request
          xml-rpc:parse-response
+         xml-rpc:request
          xml-rpc:response
          xml-rpc:simple-fault))
\ No newline at end of file