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=3ae7425941c142a947cd799fbb25e15ff3cf433b;hb=2e88dd72d1776695fa223cea65953ba4642992f4;hpb=e8668cf5933c7b0ababcca3d8171c765ec704504 diff --git a/src/ngircd/ngircd.h b/src/ngircd/ngircd.h index 3ae74259..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.12 2002/03/27 16:40:31 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,8 +44,13 @@ GLOBAL CHAR NGIRCd_DebugLevel[2]; /* Debug-Level fuer IRC_VERSION() */ GLOBAL CHAR NGIRCd_ConfFile[FNAME_LEN]; /* Konfigurationsdatei */ -GLOBAL CHAR *NGIRCd_Version( VOID ); -GLOBAL CHAR *NGIRCd_VersionAddition( VOID ); +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