]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/ngircd.h
- NGIRCd_Reload() in NGIRCd_Rehash() umbenannt.
[ngircd-alex.git] / src / ngircd / ngircd.h
index 7dff5b0abfb97ca7c8e75834eb28baa94f3283c0..b1e1e762533183f619bebe46583f52daa49fa071 100644 (file)
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: ngircd.h,v 1.15 2002/11/22 17:59:54 alex Exp $
+ * $Id: ngircd.h,v 1.16 2002/11/22 23:31:23 alex Exp $
  *
  * ngircd.h: Prototypen aus dem "Haupt-Modul"
  */
@@ -51,7 +51,7 @@ GLOBAL CHAR NGIRCd_ProtoID[1024];     /* Protokoll- und Server-Identifikation */
 GLOBAL CHAR *NGIRCd_Version PARAMS((VOID ));
 GLOBAL CHAR *NGIRCd_VersionAddition PARAMS((VOID ));
 
-GLOBAL VOID NGIRCd_Reload PARAMS(( VOID ));
+GLOBAL VOID NGIRCd_Rehash PARAMS(( VOID ));
 
 
 #endif