Update domain name to kpe.io
[clsql.git] / db-postgresql-socket / postgresql-socket-package.lisp
index aa15fa796485d51a2d2162f0d63d3bd13671cc5e..fbedb5157cf2494bf0ecc59e905a47aa2bad7e68 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
@@ -21,7 +19,7 @@
 #+lispworks (require "comm")
 
 (defpackage #:postgresql-socket
-  (:use #:cl md5)
+  (:use #:cl #:md5)
   (:export #:pgsql-ftype
            #:pgsql-ftype#bytea
            #:pgsql-ftype#int2
@@ -58,4 +56,3 @@
            #:copy-cursor-row
            #:skip-cursor-row
            ))
-