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
91de42e4
Commit
91de42e4
authored
Oct 10, 1993
by
Per Cederqvist
Browse files
POSIXized include files.
Renamed shutdown to shutdown_kom.
parent
bbd39096
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/admin.c
View file @
91de42e4
/*
* $Id: admin.c,v 0.
7
1993/
01/16 23:16:02
ceder Exp $
* $Id: admin.c,v 0.
8
1993/
10/10 16:45:24
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,24 +28,23 @@
* Administrative calls.
*/
static
char
*
rcsid
=
"$Id: admin.c,v 0.
7
1993/
01/16 23:16:02
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: admin.c,v 0.
8
1993/
10/10 16:45:24
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
#include
<stdlib.h>
#include
"lyskomd.h"
#include
<kom-types.h>
#include
<services.h>
#include
<stdio.h>
#include
<setjmp.h>
#include
"misc-types.h"
#include
"kom-types.h"
#include
"manipulate.h"
#include
<server/smalloc.h>
#include
"cache.h"
#include
"log.h"
#include
"admin.h"
#include
<kom-errno.h>
#include
"com.h"
#include
"connections.h"
#include
"send-async.h"
#include
"kom-errno.h"
#include
"cache.h"
#include
"config.h"
#include
"log.h"
#include
"send-async.h"
Info
kom_info
=
{
...
...
@@ -185,7 +184,7 @@ sync (void)
* Close LysKOM. exit_val is (currently) not used. The database is synced.
*/
extern
Success
shutdown
(
int
exit_val
)
shutdown
_kom
(
int
exit_val
)
{
CHK_LOGIN
(
FAILURE
);
if
(
!
ENA
(
admin
,
1
)
)
...
...
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