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

Removed duplicate declaration of kom_server_mcb. It is declared in

connections.h.
parent a5ce8d47
No related branches found
No related tags found
No related merge requests found
Sun May 31 03:08:31 1992 Per Cederqvist (ceder@lysator)
* lyskomd.h (kom_server_mcb): Removed duplicate declaration (it
was (and still is) also declared in connections.h).
* handle-malloc-dump.el: Added (require 'elib-dll).
Mon May 25 22:56:38 1992 Per Cederqvist (ceder@lysator)
......
/*
* $Id: lyskomd.h,v 0.5 1992/05/25 21:13:29 ceder Exp $
* $Id: lyskomd.h,v 0.6 1992/05/31 01:14:35 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: lyskomd.h,v 0.5 1992/05/25 21:13:29 ceder Exp $
* $Id: lyskomd.h,v 0.6 1992/05/31 01:14:35 ceder Exp $
*/
......@@ -31,9 +31,6 @@
extern int num_ip_client_port;
extern int num_ip_mux_port;
/* Defined in connections.c */
extern struct isc_mcb * kom_server_mcb;
/*
* restart_kom is used to try to recover from an impossible error.
* This function is in fact never called, unless some cosmic radiation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment