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
71230e04
Commit
71230e04
authored
Aug 07, 1998
by
Per Cederqvist
Browse files
(get_real_username): Mark unused arguments.
parent
3007f6bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/rfc931.c
View file @
71230e04
/*
* $Id: rfc931.c,v 1.1
5
1998/0
7
/0
8 17:01:09
ceder Exp $
* $Id: rfc931.c,v 1.1
6
1998/0
8
/0
7 23:32:20
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -50,10 +50,17 @@
#include
"kom-types.h"
#include
"param.h"
#include
"rfc931.h"
#include
"unused.h"
#ifdef HAVE_LIBAUTHUSER
# define USE_IF_LIBAUTHUSER(x) x
#else
# define USE_IF_LIBAUTHUSER(x) UNUSED(x)
#endif
const
char
*
get_real_username
(
IscSession
*
scb
,
char
*
hostname
)
get_real_username
(
IscSession
*
USE_IF_LIBAUTHUSER
(
scb
)
,
char
*
USE_IF_LIBAUTHUSER
(
hostname
)
)
{
#ifdef HAVE_LIBAUTHUSER
unsigned
long
inlocal
;
...
...
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