diff --git a/src/server/text-garb.c b/src/server/text-garb.c index 2b1d24bf22376c3f5fd84bda1e7d5ff69906f61f..76b19f39ad0187af072816875db5f25c4b40929f 100644 --- a/src/server/text-garb.c +++ b/src/server/text-garb.c @@ -1,5 +1,5 @@ /* - * $Id: text-garb.c,v 0.39 2001/11/04 21:03:47 ceder Exp $ + * $Id: text-garb.c,v 0.40 2001/11/18 22:51:53 ceder Exp $ * Copyright (C) 1991-1995, 1997-2000 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -48,13 +48,13 @@ #include "cache.h" #include "lyskomd.h" #include "log.h" -#include "internal-services.h" #include "param.h" #include "server-time.h" #include "com.h" #include "async.h" #include "connections.h" #include "manipulate.h" +#include "text.h" #ifdef DEBUG_CALLS # include "send-async.h" # include "services.h" diff --git a/src/server/text.c b/src/server/text.c index c018fbb770252913ffccbd442cda16fe90d3ffd1..2a1715f85b0412a66efccef16ec76cf85c84d887 100644 --- a/src/server/text.c +++ b/src/server/text.c @@ -1,5 +1,5 @@ /* - * $Id: text.c,v 0.89 2001/11/04 21:03:46 ceder Exp $ + * $Id: text.c,v 0.90 2001/11/18 22:51:52 ceder Exp $ * Copyright (C) 1991-2001 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -62,9 +62,9 @@ #include "param.h" #include "kom-memory.h" #include "aux-items.h" -#include "internal-services.h" #include "local-to-global.h" #include "server-time.h" +#include "text.h" /* @@ -1351,10 +1351,6 @@ person_text_read_access(Text_no text_no, } -/* - * Delete a text from the database. Deletes all "links" to/from other - * texts/persons/conferences.(e. g. comm_to/comm_in) - */ Success do_delete_text(Text_no text_no, Text_stat *text_s)