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
25d4a681
Commit
25d4a681
authored
Aug 05, 2003
by
Per Cederqvist
Browse files
(enum ignored_conditions): New enum.
(handshake_ok): New function.
parent
2890ab12
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/internal-connections.h
View file @
25d4a681
/*
* $Id: internal-connections.h,v 0.
6
200
2
/08/
17 17:24
:1
7
ceder Exp $
* $Id: internal-connections.h,v 0.
7
200
3
/08/
05 09:51
:1
5
ceder Exp $
* Copyright (C) 1991, 2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: internal-connections.h,v 0.
6
200
2
/08/
17 17:24
:1
7
ceder Exp $
* $Id: internal-connections.h,v 0.
7
200
3
/08/
05 09:51
:1
5
ceder Exp $
*
* internal-connections.c
*
...
...
@@ -49,3 +49,13 @@ dump_allocated_connections(FILE *fp);
extern
void
dump_connections
(
void
);
enum
ignored_conditions
{
ignore_dns
=
1
,
ignore_ident
=
2
,
};
extern
Bool
handshake_ok
(
struct
connection
*
cptr
,
enum
ignored_conditions
ignored
);
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