summaryrefslogtreecommitdiff
path: root/defpackage.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'defpackage.lisp')
-rw-r--r--defpackage.lisp10
1 files changed, 8 insertions, 2 deletions
diff --git a/defpackage.lisp b/defpackage.lisp
index 3911d1b..9f4ffd9 100644
--- a/defpackage.lisp
+++ b/defpackage.lisp
@@ -1,5 +1,5 @@
;;;; -*- coding: utf-8; mode: lisp -*-
-;;;; Copyright 2007, Matthias Andreas Benkard.
+;;;; Copyright 2007-2009, Matthias Andreas Benkard.
;;;------------------------------------------------------------------------
;;; This file is part of The Mulkblog Project.
@@ -23,5 +23,11 @@
(defpackage #:mulk.journal
(:nicknames #:journal)
(:use #:cl #:fad #:iterate #:markdown #:yaclml #:http #:alexandria
- #:xml-emitter #:split-sequence #:clsql #:drakma)
+ #:xml-emitter #:split-sequence #:clsql #:drakma #:s-xml-rpc)
(:shadow #:copy-file #:copy-stream #:format-date))
+
+(defpackage #:mulk.journal.xml-rpc
+ (:nicknames #:journal-xml-rpc)
+ ;; Do not :USE anything here, not even #:COMMON-LISP!
+ (:use)
+ (:import-from #:s-xml-rpc-exports #:system.getCapabilities #:system.listMethods #:system.methodHelp #:system.methodSignature #:system.multicall))