Skip to content
GitLab
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
16f66184
Commit
16f66184
authored
Jul 26, 1996
by
Per Cederqvist
Browse files
Include async.h before connections.h.
parent
924d0ca7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/send-async.c
View file @
16f66184
/*
* $Id: send-async.c,v 0.1
5
1996/0
6/14 15:36:29 by
er
s
Exp $
* $Id: send-async.c,v 0.1
6
1996/0
7/26 00:41:11 ced
er Exp $
* Copyright (C) 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* Written by Per Cederqvist 1990-07-22--23
*/
static
char
*
rcsid
=
"$Id: send-async.c,v 0.1
5
1996/0
6/14 15:36:29 by
er
s
Exp $"
;
static
char
*
rcsid
=
"$Id: send-async.c,v 0.1
6
1996/0
7/26 00:41:11 ced
er Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -44,6 +44,7 @@ USE(rcsid);
#include
"s-string.h"
#include
"kom-types.h"
#include
"com.h"
#include
"async.h"
#include
"connections.h"
#include
"internal-connections.h"
#include
"async.h"
...
...
src/server/text.c
View file @
16f66184
/*
* $Id: text.c,v 0.3
8
1996/07/
13 13:59
:1
1
ceder Exp $
* $Id: text.c,v 0.3
9
1996/07/
26 00:45
:1
0
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 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.3
8
1996/07/
13 13:59
:1
1
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: text.c,v 0.3
9
1996/07/
26 00:45
:1
0
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -52,6 +52,7 @@ USE(rcsid);
#include
"kom-errno.h"
#include
"config.h"
#include
"com.h"
#include
"async.h"
#include
"connections.h"
#include
"internal-connections.h"
#include
"cache.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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