Skip to content
Snippets Groups Projects
Commit cc73812a authored by Per Cederqvist's avatar Per Cederqvist
Browse files

POSIXized include files.

(prot_a_is_legal_fnc): call_fnc_shutdown is renamed to call_fnc_shutdown_kom.
parent 2b36a7dd
No related branches found
No related tags found
No related merge requests found
/* /*
* $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. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -26,27 +26,26 @@ ...@@ -26,27 +26,26 @@
* Protocol A. * 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" #include "rcs.h"
USE(rcsid); USE(rcsid);
#include <stddef.h>
#include <stdio.h>
#include <setjmp.h> #include <setjmp.h>
#include <kom-errno.h> #include "misc-types.h"
#include <kom-types.h> #include "kom-types.h"
#include <server/smalloc.h>
#include "lyskomd.h"
#include "com.h" #include "com.h"
#include "connections.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.h"
#include "prot-a-output.h" #include "prot-a-output.h"
#include "prot-a-parse.h" #include "prot-a-parse.h"
#include <debug.h> #include "isc-parse.h"
#include "isc-interface.h"
#include "mux.h"
BUGDECL; BUGDECL;
...@@ -299,7 +298,7 @@ prot_a_is_legal_fnc(Call_header fnc) ...@@ -299,7 +298,7 @@ prot_a_is_legal_fnc(Call_header fnc)
case call_fnc_set_motd_of_lyskom: case call_fnc_set_motd_of_lyskom:
case call_fnc_enable: case call_fnc_enable:
case call_fnc_sync: case call_fnc_sync:
case call_fnc_shutdown: case call_fnc_shutdown_kom:
case call_fnc_broadcast: case call_fnc_broadcast:
case call_fnc_get_membership: case call_fnc_get_membership:
case call_fnc_get_created_texts: case call_fnc_get_created_texts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment