X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fngircd.h;h=92d074b3c3e7de18ff542eef5ff5b7e2cc55bc5a;hp=b22e46ceb5bcccb499fb64ad44d15fa1c2573d3c;hb=2e88dd72d1776695fa223cea65953ba4642992f4;hpb=c2f60abe55b5a8d320a27df0ce41790fa1141081 diff --git a/src/ngircd/ngircd.h b/src/ngircd/ngircd.h index b22e46ce..92d074b3 100644 --- a/src/ngircd/ngircd.h +++ b/src/ngircd/ngircd.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: ngircd.h,v 1.13 2002/05/27 13:09:27 alex Exp $ + * $Id: ngircd.h,v 1.17 2002/12/12 11:30:23 alex Exp $ * - * ngircd.h: Prototypen aus dem "Haupt-Modul" + * Prototypes of the "main module". */ @@ -45,9 +44,14 @@ 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_Version PARAMS((VOID )); GLOBAL CHAR *NGIRCd_VersionAddition PARAMS((VOID )); +GLOBAL VOID NGIRCd_Rehash PARAMS(( VOID )); + #endif