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

Added a comment.

parent ca649f95
Branches
Tags
No related merge requests found
/* /*
* $Id: admin.c,v 0.11 1993/10/18 12:28:50 ceder Exp $ * $Id: admin.c,v 0.12 1994/01/12 01:31:00 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.
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* Administrative calls. * Administrative calls.
*/ */
static char *rcsid = "$Id: admin.c,v 0.11 1993/10/18 12:28:50 ceder Exp $"; static char *rcsid = "$Id: admin.c,v 0.12 1994/01/12 01:31:00 ceder Exp $";
#include "rcs.h" #include "rcs.h"
USE(rcsid); USE(rcsid);
...@@ -52,6 +52,12 @@ USE(rcsid); ...@@ -52,6 +52,12 @@ USE(rcsid);
#include "log.h" #include "log.h"
#include "send-async.h" #include "send-async.h"
/* All of the fields in this structure except the version number
is set from the configuration file at startup (see ramkomd.c).
The default values are also set in ramkomd.c; the values below are
never used. The defaults are as of this writing (1994-01-11
19:57:22) equal to the values below, but don't trust that that is
so when you read this. */
Info kom_info = Info kom_info =
{ {
#include "version.incl" #include "version.incl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment