mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-20 20:36:53 +00:00
- neue Funktion NGIRCd_Reload().
This commit is contained in:
parent
e311cc0140
commit
4c6e07c309
@ -9,7 +9,7 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
*
|
*
|
||||||
* $Id: ngircd.h,v 1.14 2002/09/02 19:01:11 alex Exp $
|
* $Id: ngircd.h,v 1.15 2002/11/22 17:59:54 alex Exp $
|
||||||
*
|
*
|
||||||
* ngircd.h: Prototypen aus dem "Haupt-Modul"
|
* ngircd.h: Prototypen aus dem "Haupt-Modul"
|
||||||
*/
|
*/
|
||||||
@ -47,9 +47,12 @@ GLOBAL CHAR NGIRCd_ConfFile[FNAME_LEN]; /* Konfigurationsdatei */
|
|||||||
|
|
||||||
GLOBAL CHAR NGIRCd_ProtoID[1024]; /* Protokoll- und Server-Identifikation */
|
GLOBAL CHAR NGIRCd_ProtoID[1024]; /* Protokoll- und Server-Identifikation */
|
||||||
|
|
||||||
|
|
||||||
GLOBAL CHAR *NGIRCd_Version PARAMS((VOID ));
|
GLOBAL CHAR *NGIRCd_Version PARAMS((VOID ));
|
||||||
GLOBAL CHAR *NGIRCd_VersionAddition PARAMS((VOID ));
|
GLOBAL CHAR *NGIRCd_VersionAddition PARAMS((VOID ));
|
||||||
|
|
||||||
|
GLOBAL VOID NGIRCd_Reload PARAMS(( VOID ));
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user