Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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/06/14 14:50:34 byers
Exp $
* $Id: admin.c,v 0.2
6 1998/07/08 13:59:22 ceder
Exp $
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,8 @@
* 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"
USE
(
rcsid
);
...
...
@@ -57,6 +58,7 @@ USE(rcsid);
#include "services.h"
#include "version-info.h"
#include "aux-items.h"
#include "unused.h"
/* All of the fields in this structure except the version number
is set from the configuration file at startup (see ramkomd.c).
...
...
@@ -311,7 +313,7 @@ sync_kom (void)
* Close LysKOM. exit_val is (currently) not used. The database is synced.
*/
extern
Success
shutdown_kom
(
int
exit_val
)
shutdown_kom
(
int
UNUSED
(
exit_val
))
{
char
*
name
;
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