diff --git a/src/include/kom-types.h b/src/include/kom-types.h index 34719e6bcc6961adc68f879c2bea78c2ef553481..2b4a91be775f80080d75991b229836ed027da5f5 100644 --- a/src/include/kom-types.h +++ b/src/include/kom-types.h @@ -1,5 +1,5 @@ /* - * $Id: kom-types.h,v 0.42 1999/07/10 22:33:16 ceder Exp $ + * $Id: kom-types.h,v 0.43 2001/04/16 18:09:16 ceder Exp $ * Copyright (C) 1990-1999 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -94,7 +94,7 @@ typedef time_t Time; /* * The privilige bits: says what priviliges a person has. E g * if he is allowed to read texts he normally shouldn't be allowed - * to read. See file doc/security-levels.txt + * to read. See file doc/Protocol-A.texi. */ typedef struct { unsigned int wheel : 1; @@ -131,7 +131,7 @@ typedef struct { } Personal_flags; -/* See file doc/misc_items */ +/* See file doc/Protocol-A.texi */ typedef enum { recpt = 0, /* 0 Recipient (conference) */ cc_recpt = 1, /* 1 Carbon Copy recipient (extra kopia) */ diff --git a/src/server/async.h b/src/server/async.h index 00e36dd82f4f5911b258fb05b595a10de6c061e3..24a36ba3443b951b8dccacc992eee36be81b3181 100644 --- a/src/server/async.h +++ b/src/server/async.h @@ -1,5 +1,5 @@ /* - * $Id: async.h,v 0.16 1999/05/30 09:25:06 ceder Exp $ + * $Id: async.h,v 0.17 2001/04/16 18:09:15 ceder Exp $ * Copyright (C) 1991, 1994-1999 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: async.h,v 0.16 1999/05/30 09:25:06 ceder Exp $ + * $Id: async.h,v 0.17 2001/04/16 18:09:15 ceder Exp $ * * This file contains the parts of the async protocol that are common * to the server and the client. @@ -34,7 +34,7 @@ #define LYSKOM_ASYNC_H /* - * What does this packet contain? (See doc/com-spec) + * What does this packet contain? (See doc/Protocol-A.texi) */ typedef enum { ay_new_text_old = 0,