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
f4d110cb
Commit
f4d110cb
authored
Jul 26, 1996
by
Per Cederqvist
Browse files
Include async.h before connections.h.
(prot_a_init): Set array_parse_index.
parent
e36542b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a.c
View file @
f4d110cb
/*
* $Id: prot-a.c,v 0.3
6
1996/07/
13 13:58:01
ceder Exp $
* $Id: prot-a.c,v 0.3
7
1996/07/
26 00:40:39
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,7 +26,7 @@
* Protocol A.
*/
static
char
*
rcsid
=
"$Id: prot-a.c,v 0.3
6
1996/07/
13 13:58:01
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: prot-a.c,v 0.3
7
1996/07/
26 00:40:39
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -45,6 +45,7 @@ USE(rcsid);
#include "s-string.h"
#include "kom-types.h"
#include "com.h"
#include "async.h"
#include "connections.h"
#include "debug.h"
#include "isc-interface.h"
...
...
@@ -244,6 +245,7 @@ prot_a_init(Connection *conn)
{
conn
->
parse_pos
=
0
;
conn
->
fnc_parse_pos
=
0
;
conn
->
array_parse_index
=
0
;
conn
->
array_parse_pos
=
0
;
conn
->
struct_parse_pos
=
0
;
conn
->
string_parse_pos
=
0
;
...
...
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