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
aec73f28
Commit
aec73f28
authored
Aug 22, 2003
by
Per Cederqvist
Browse files
(get_conn_by_number): Document that it returns NULL if the session
doesn't exist.
parent
4936188a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/internal-connections.h
View file @
aec73f28
/*
* $Id: internal-connections.h,v 0.
9
2003/08/22
08:53:12
ceder Exp $
* $Id: internal-connections.h,v 0.
10
2003/08/22
20:33:20
ceder Exp $
* Copyright (C) 1991, 2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please report bugs at http://bugzilla.lysator.liu.se/.
*/
/*
* $Id: internal-connections.h,v 0.
9
2003/08/22
08:53:12
ceder Exp $
* $Id: internal-connections.h,v 0.
10
2003/08/22
20:33:20
ceder Exp $
*
* internal-connections.c
*
...
...
@@ -37,6 +37,7 @@ extern void
kill_client
(
Connection
*
cp
);
/* Return a Connection, or NULL if the specified session doesn't exist. */
extern
Connection
*
get_conn_by_number
(
Session_no
session_no
);
...
...
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