diff --git a/src/server/prot-a.c b/src/server/prot-a.c index 9471c163b2399b432d67f09a1288a24818288bc1..24af92e6acccad740b00b176dcefbc6ea0d07426 100644 --- a/src/server/prot-a.c +++ b/src/server/prot-a.c @@ -1,5 +1,5 @@ /* - * $Id: prot-a.c,v 0.18 1993/08/05 01:11:48 ceder Exp $ + * $Id: prot-a.c,v 0.19 1993/10/10 16:53:57 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -26,27 +26,26 @@ * Protocol A. */ -static char *rcsid = "$Id: prot-a.c,v 0.18 1993/08/05 01:11:48 ceder Exp $"; +static char *rcsid = "$Id: prot-a.c,v 0.19 1993/10/10 16:53:57 ceder Exp $"; #include "rcs.h" USE(rcsid); - -#include <stdio.h> +#include <stddef.h> #include <setjmp.h> -#include <kom-errno.h> -#include <kom-types.h> -#include <server/smalloc.h> -#include "lyskomd.h" +#include "misc-types.h" +#include "kom-types.h" #include "com.h" #include "connections.h" -#include "isc-parse.h" +#include "debug.h" +#include "isc-interface.h" +#include "mux.h" +#include "kom-errno.h" +#include "server/smalloc.h" #include "prot-a.h" #include "prot-a-output.h" #include "prot-a-parse.h" -#include <debug.h> -#include "isc-interface.h" -#include "mux.h" +#include "isc-parse.h" BUGDECL; @@ -299,7 +298,7 @@ prot_a_is_legal_fnc(Call_header fnc) case call_fnc_set_motd_of_lyskom: case call_fnc_enable: case call_fnc_sync: - case call_fnc_shutdown: + case call_fnc_shutdown_kom: case call_fnc_broadcast: case call_fnc_get_membership: case call_fnc_get_created_texts: