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
70f5578c
Commit
70f5578c
authored
Jul 08, 1998
by
Per Cederqvist
Browse files
(get_real_username): Added a const qualifier to the return value.
parent
f8c1f7bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/rfc931.h
View file @
70f5578c
/*
* $Id: rfc931.h,v 1.
5
199
5
/0
1
/0
1 20:17:27
ceder Exp $
* $Id: rfc931.h,v 1.
6
199
8
/0
7
/0
8 17:01:38
ceder Exp $
* Copyright (C) 1991, 1992, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,5 +23,4 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
char
*
get_real_username
(
IscSession
*
scb
,
char
*
hostname
);
const
char
*
get_real_username
(
IscSession
*
scb
,
char
*
hostname
);
Write
Preview
Supports
Markdown
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