X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git;a=blobdiff_plain;f=src%2Fngircd%2Fngircd.h;h=60fb0ba9a1a9554b8b1c6dd2dc9b3eb44388a8b0;hp=a9fd1514fecd511813fd0b7aa54b478c76c44d79;hb=6626395c88fc46eeb110942b17eb9245a1d0021b;hpb=0ced4181b032249a5ccab2a6ae1d61bf08f60293 diff --git a/src/ngircd/ngircd.h b/src/ngircd/ngircd.h index a9fd1514..60fb0ba9 100644 --- a/src/ngircd/ngircd.h +++ b/src/ngircd/ngircd.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: ngircd.h,v 1.18 2002/12/19 04:30:00 alex Exp $ + * $Id: ngircd.h,v 1.19 2002/12/26 16:48:14 alex Exp $ * * Prototypes of the "main module". */ @@ -45,7 +45,7 @@ GLOBAL CHAR NGIRCd_DebugLevel[2]; /* Debug-Level fuer IRC_VERSION() */ GLOBAL CHAR NGIRCd_ConfFile[FNAME_LEN]; /* Konfigurationsdatei */ -GLOBAL CHAR NGIRCd_ProtoID[1024]; /* Protokoll- und Server-Identifikation */ +GLOBAL CHAR NGIRCd_ProtoID[COMMAND_LEN];/* Protokoll- und Server-Identifikation */ GLOBAL CHAR *NGIRCd_Version PARAMS((VOID ));