From c472ce80da2f0059280ea7f9f4cffcecf0f3f42a Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sun, 18 Nov 2001 22:51:53 +0000 Subject: [PATCH] Include text.h instead of internal-services.h. --- src/server/text-garb.c | 4 ++-- src/server/text.c | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/server/text-garb.c b/src/server/text-garb.c index 2b1d24bf2..76b19f39a 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 c018fbb77..2a1715f85 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) -- GitLab