Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
2bab906e
Commit
2bab906e
authored
Jul 08, 1998
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(shutdown_kom): Flag unused arguments.
(rcsid): Added a missing const.
parent
d4045524
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
src/server/admin.c
src/server/admin.c
+5
-3
No files found.
src/server/admin.c
View file @
2bab906e
/*
/*
* $Id: admin.c,v 0.2
5
1998/0
6/14
1
4
:5
0:34 by
er
s
Exp $
* $Id: admin.c,v 0.2
6
1998/0
7/08
1
3
:5
9:22 ced
er Exp $
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
* Administrative calls.
* Administrative calls.
*/
*/
static
char
*
rcsid
=
"$Id: admin.c,v 0.25 1998/06/14 14:50:34 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: admin.c,v 0.26 1998/07/08 13:59:22 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
@@ -57,6 +58,7 @@ USE(rcsid);
...
@@ -57,6 +58,7 @@ USE(rcsid);
#include "services.h"
#include "services.h"
#include "version-info.h"
#include "version-info.h"
#include "aux-items.h"
#include "aux-items.h"
#include "unused.h"
/* All of the fields in this structure except the version number
/* All of the fields in this structure except the version number
is set from the configuration file at startup (see ramkomd.c).
is set from the configuration file at startup (see ramkomd.c).
...
@@ -311,7 +313,7 @@ sync_kom (void)
...
@@ -311,7 +313,7 @@ sync_kom (void)
* Close LysKOM. exit_val is (currently) not used. The database is synced.
* Close LysKOM. exit_val is (currently) not used. The database is synced.
*/
*/
extern
Success
extern
Success
shutdown_kom
(
int
exit_val
)
shutdown_kom
(
int
UNUSED
(
exit_val
)
)
{
{
char
*
name
;
char
*
name
;
char
*
user
;
char
*
user
;
...
...
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