Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
02bbbae1
Commit
02bbbae1
authored
Feb 20, 1994
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include kom-memory.h.
parent
d8c510a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
src/server/membership.c
src/server/membership.c
+3
-2
src/server/session.c
src/server/session.c
+3
-2
src/server/text.c
src/server/text.c
+3
-2
No files found.
src/server/membership.c
View file @
02bbbae1
/*
* $Id: membership.c,v 0.1
7
1994/02/
19 03:55:36
ceder Exp $
* $Id: membership.c,v 0.1
8
1994/02/
20 16:20:07
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
#define DEBUG_MARK_AS_READ
static
char
*
rcsid
=
"$Id: membership.c,v 0.1
7
1994/02/
19 03:55:36
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: membership.c,v 0.1
8
1994/02/
20 16:20:07
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -62,6 +62,7 @@ USE(rcsid);
#include "cache.h"
#include "send-async.h"
#include "minmax.h"
#include "kom-memory.h"
#ifdef DEBUG_MARK_AS_READ
# include "log.h"
...
...
src/server/session.c
View file @
02bbbae1
/*
* $Id: session.c,v 0.
19
1994/02/
19 04:17
:14 ceder Exp $
* $Id: session.c,v 0.
20
1994/02/
20 16:20
:14 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* Session control and miscellaneous.
*/
static
char
*
rcsid
=
"$Id: session.c,v 0.
19
1994/02/
19 04:17
:14 ceder Exp $"
;
static
char
*
rcsid
=
"$Id: session.c,v 0.
20
1994/02/
20 16:20
:14 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -58,6 +58,7 @@ USE(rcsid);
#include "config.h"
#include "server/smalloc.h"
#include "param.h"
#include "kom-memory.h"
/*
* Create an oldstyle username, user%host.domain@host.domain.
...
...
src/server/text.c
View file @
02bbbae1
/*
* $Id: text.c,v 0.2
6
1994/02/
19 04:25:44
ceder Exp $
* $Id: text.c,v 0.2
7
1994/02/
20 16:20:20
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* All atomic calls that deals with texts.
*/
static
char
*
rcsid
=
"$Id: text.c,v 0.2
6
1994/02/
19 04:25:44
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: text.c,v 0.2
7
1994/02/
20 16:20:20
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -60,6 +60,7 @@ USE(rcsid);
#include "admin.h"
#include "send-async.h"
#include "param.h"
#include "kom-memory.h"
/*
* Static functions
...
...
Write
Preview
Markdown
is supported
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