Index: openacs-4/packages/acs-mail/sql/postgresql/acs-mail-nt-drop.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail/sql/postgresql/acs-mail-nt-drop.sql,v
diff -u
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/acs-mail/sql/postgresql/acs-mail-nt-drop.sql	13 Aug 2001 17:51:48 -0000	1.1
@@ -0,0 +1,17 @@
+--
+-- packages/acs-mail/sql/postgresql/acs-mail-nt-drop.sql
+--
+-- @author Vinod Kurup <vkurup@massmed.org>
+-- @creation-date 2001-07-05
+-- @cvs-id $Id: acs-mail-nt-drop.sql,v 1.1 2001/08/13 17:51:48 vinodk Exp $
+--
+
+-- FIXME: This script has NOT been tested! - vinodk
+
+drop function acs_mail_nt__post_request(integer,integer,boolean,varchar,text,integer);
+drop function acs_mail_nt__cancel_request (integer);
+drop function acs_mail_nt__expand_requests ();
+drop function acs_mail_nt__update_requests ();
+drop function acs_mail_nt__process_queue (varchar,integer);
+drop function acs_mail_nt__schedule_process (numeric,varchar,integer);
+