Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c472ce80
Commit
c472ce80
authored
Nov 18, 2001
by
Per Cederqvist
Browse files
Include text.h instead of internal-services.h.
parent
d691bc0c
Changes
2
Show whitespace changes
Inline
Side-by-side
src/server/text-garb.c
View file @
c472ce80
/*
* $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"
...
...
src/server/text.c
View file @
c472ce80
/*
* $Id: text.c,v 0.
8
9 2001/11/
04 21:03:46
ceder Exp $
* $Id: text.c,v 0.9
0
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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment